Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2010-07-26move directories:Campbell Barton
dlltool --> build_files/make/dlltool bin --> release/bin Since dlltool is only used make + mingw and ./bin is misleading because it would seem the blender binary would be copied there, but its just used for home directory files. updated scons/cmake/make
2009-09-16Make verification of committed .mo files optional.Guillermo S. Romero
2009-04-21Some Makefile changes still laying around.Guillermo S. Romero
2008-09-29Move Korean file from kr to ko also updated it to newer file.Kent Mein
Kent
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
blocks that were previously missed; and b) greatly increase my ohloh stats!
2008-03-10Fix for the Finnish po from GSR.Chris Want
2008-03-05== Makefiles ==Chris Want
Patch from GSR to correctly disable processing of po's when international support is disabled.
2008-03-01This commit contains the addition of a greek translation thanks toTom Musgrove
Κωστής Καρβουνιάρης Kostas Gerontis Also a patch from Markus Schulz that adds buttons to the material, light, and world texture panels to make it easy to rearrange the textures in the list without having to use copy and paste.
2007-11-29This is patch: [#7823] Improvements for the German translationKent Mein
and also a small part of a patch from sgefant that fixes a typo in the Makefiles. Kent
2007-09-01svn-commit.2Campbell Barton
2007-07-24Cleaned up some case issues with language files...Kent Mein
Kent
2007-02-08= translation =Tom Musgrove
Bulgarian translation contributed by Victor Dachev
2007-01-09= arabic translation =Tom Musgrove
arabic translation by M. Bashir Al-Noimi, be aware that we don't support right to left languages so this may not be of benefit to end users currently
2007-01-06= more translation updates =Tom Musgrove
okay updated translations - they actually compile and can be used now - woo hoo :) Thank you translators for your hard work. Also for other languages - if I haven't committed your language my apologies - please email me the most to up to date version you have thanks.
2006-06-28added polish and coatian languages.Jean-Luc Peurière
note that finish and russian ones are broken
2006-02-12==Translations==Wouter van Heyst
* Make sure all languages get built (Makefile, scons to be done)
2005-11-02changed:Kent Mein
msgfmt source -o blah to msgfmt -o blah source (didn't work on my machine with the other order) Kent
2003-09-08- added czech translation (cs.po)Jiri Hnidek
- changed function drawcircball() in source/blender/src/drawobject.c. Circle is computed faster (no 32 calls of sin() and cos() each time witch same results).
2003-07-23Don't fail cleaning if the locale directory doesn't exist.Wouter van Heyst
Reported by Frank W. Samuelson among others.
2003-05-14- Remove duplicates from po filesWouter van Heyst
- Provide debug target - Run msgfmt on all but fi.po
2003-05-14.mo files were created in the wrong directory on os x (d'oh!)Stefan Gartner
2003-05-13create .po files in the application bundle on os xStefan Gartner
2003-05-13- Preliminary makefile that just calls msgfmt on po filesWouter van Heyst
Start with the italian translation (least buggy)