blob: 4ca546b84ed121669b8ef57ba4865d580b8e1e2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$Id: TRANSLATIONS,v 1.2 2004/03/22 18:20:30 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.
|