diff options
author | handbrake <[email protected]> | 2006-01-14 13:27:00 +0000 |
---|---|---|
committer | handbrake <[email protected]> | 2006-01-14 13:27:00 +0000 |
commit | b69e82fd960103c41979e00beb9b1c9fac78083b (patch) | |
tree | 264c5b637fd261c67d17e1d3649d4526c585e663 /TRANSLATIONS | |
parent | 951be4e0b69aa652c992124025c862c4f1660937 (diff) |
HandBrake 0.6.0-test3
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@12 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'TRANSLATIONS')
-rw-r--r-- | TRANSLATIONS | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/TRANSLATIONS b/TRANSLATIONS new file mode 100644 index 000000000..63e140253 --- /dev/null +++ b/TRANSLATIONS @@ -0,0 +1,20 @@ +$Id: TRANSLATIONS,v 1.1 2004/03/08 12:22:46 titer Exp $ + +TRANSLATIONS file for HandBrake <http://handbrake.m0k.org/> + +Translating HandBrake +===================== + +Only the OS X interface of HandBrake can be translated at the moment. +Localization is not implemented in BeOS and GTK GUIs. + +HandBrake uses the NSLocalizedString() OS X function to translate every +item in the interface. Therefore, you don't need (and mustn't) modify +the nib files. All you have to do is to write a Localizable.strings for +your language. You can get it (for the latest release) at +<http://handbrake.m0k.org/Localizable.strings>. + +Edit it with Xcode, save it to HandBrake/macosx/i18n/xx.strings (where +'xx' are the two letters representing your language), then add 'xx' to +the language list in the Jamrules file (in the 'BuildOSXApp' action). + |