]> git.sesse.net Git - vlc/blobdiff - doc/translations.txt
* small addition to translations HOWTO
[vlc] / doc / translations.txt
index 9a40e308525554a893fa4a9394f0ab9702ea97dd..f778bde9c93019cf78eb9787cae27b27c016f1a5 100644 (file)
@@ -22,6 +22,9 @@ Use the convert-po.sh script attached :
 Copy the resulting vlc.mo file to
   /usr/local/share/locale/<LANG>/LC_MESSAGES
 
+Launch VLC with --language <LANG>
+Where <LANG> is the international shortcode for your language.
+
 
 Testing your localization on Mac OS X
 =====================================
@@ -40,6 +43,9 @@ Use the convert-po.sh script attached :
 Copy the resulting vlc.mo file to
   VLC.app/Contents/MacOS/locale/<LANG>/LC_MESSAGES
 
+Launch VLC with --language <LANG>
+Where <LANG> is the international shortcode for your language.
+
 
 "fuzzy" translations
 ====================
@@ -49,6 +55,12 @@ the "#, fuzzy" comment. If you think the suggestion is OK, or if you
 fixed the suggestion, do not forget to remove the "#, fuzzy" comment.
 
 
+Adding a language to VLC
+========================
+When the language is added to the VLC sourcecode, remember to also edit
+src/libvlc.h for the preference option, and src/misc/darwin_specific.m
+
+
 [*] Step by step process to localize under Mac OS X (excerpt from a mail) :
 cd ~/Desktop
 curl -O http://www.videolan.org/pub/videolan/devtools/vlc-po-files.tar.gz