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
2011-09-21update_msg.py now extracts strings from UI files, eg:Campbell Barton
layout.prop("some_prop", text="Some Other Name") So the text argument can be listed for translation.
2011-09-21updates to rna message extractor, write utf8 files and use a set rather than ↵Campbell Barton
a dict
2011-09-21SVN maintenance.Guillermo S. Romero
2011-09-20move message.txt generator out of wm.py (which was loaded with blender ↵Campbell Barton
always), into it own py script which runs on its own, also added this to 'make translations' target.
2011-09-20- translation scripts now run with py3.xCampbell Barton
- added convenience make target 'make translations' - some MEM_malloc strings were not unique enough, expanded them.
2011-09-20i18n: fake_gettext is no longer needed for pythonSergey Sharybin
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
- Make gettext stuff draw-time. so switching between languages can happens without restart now. - Added option to translate visible interface (menus, buttons, labels) and tooltips. Now it's possible to have english UI and localized tooltips. - Clean-up sources, do not use gettext stuff for things which can be collected with RNA. - Fix issues with windows 64bit and ru_RU locale on my desktop (it was codepage issue). - Added operator "Get Messages" which generates new text block with with all strings collected from RNA. - Changed script for updating blender.pot so now it appends messages collected from rna to automatically gathered messages. To update .pot you have to re-generate messages.txt using "Get Messages" operator and then run update_pot script. - Clean up old translation stuff which wasn't used and most probably wouldn't be used. - Return back "International Fonts" option, so if it's disabled, no gettext lookups happens on draw. - Merged read_homefile function back. No need in splitting it. TODO: - Custom fonts and font size. Current font isn't nice at least for russian locale, it's difficult to read it. - Put references to messages.txt so gettext can merge translation when name/description of some property changes.
2011-09-09update language packsXiao Xiangquan
2011-08-22delete update_all.py, as it is no longer neededXiao Xiangquan
2011-08-18update property strings cover. 461 new itemsXiao Xiangquan
2011-08-16fix a small bug , and update language-packsXiao Xiangquan
2011-08-02finish handle for properties_XXX scriptsXiao Xiangquan
2011-07-29merge with trunk r38787Xiao Xiangquan
2011-07-25complete the language-select featureXiao Xiangquan
2011-07-22switch language in User Preference's System page. with some known switch ↵Xiao Xiangquan
failure bugs
2011-07-13complete space outliner, space node, space nla, etc.Xiao Xiangquan
2011-07-08finish user preference dlg's input handlesXiao Xiangquan
2011-07-023D view, graph editor, etc. doneXiao Xiangquan
2011-06-24right panel doneXiao Xiangquan
2011-06-20handle SpaceType and UserPref popupsXiao Xiangquan
2011-06-17handle View and Object menuXiao Xiangquan
2011-06-15translate left panelXiao Xiangquan
2011-06-10Add i18n support for C code, and most menu items can be translated, nowXiao Xiangquan
2011-06-01Enable the po&pot update system, simply with two python scripts.Xiao Xiangquan
2011-01-30remove nan-makefilesCampbell Barton
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)