Difference between revisions of "Interface translation"
Jump to navigation
Jump to search
(Replaced the obsolete ‘Update strings’ section with a ‘Test’ section) |
(→Windows installer: update for Unicode NSIS and cmake) |
||
Line 16: | Line 16: | ||
== Windows installer == | == Windows installer == | ||
# Get the file according to your language [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head:/packaging/win32/languages/ here]. If there | # Get the file according to your language [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/files/head:/packaging/win32/languages/ here]. If there's no such file, copy the ‘English.nsh’ file and rename it to ‘YourLanguage.nsh’ (make sure someone updates the file [http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/view/head:/packaging/win32/languages/_language_lists.nsh _language_lists.nsh] in this case). | ||
# Translate the strings in the file. | # Translate the strings in the file. | ||
# Change header information in ‘YourLanguage.nsh’ (language name, [https://msdn.microsoft.com/en-us/goglobal/bb895996.aspx | # Change/update header information in ‘YourLanguage.nsh’ (language name, [https://msdn.microsoft.com/en-us/goglobal/bb895996.aspx locale ID] and authors list) to proper values. | ||
# Save the file. (Translation files should always use Unicode, encoded as UTF8!). | |||
# Optionally, test your translation as described below. | # Optionally, test your translation as described below. | ||
# [[Translation information#Submit finished work|Submit your work]] (specify whether you tested it or not). | # [[Translation information#Submit finished work|Submit your work]] (specify whether you tested it or not). | ||
Line 24: | Line 25: | ||
=== Test === | === Test === | ||
# [[Compiling Inkscape|Compile Inkscape]] | # [[Compiling Inkscape|Compile Inkscape]] (you'll probably want to [[Compiling Inkscape on Windows|Compile Inkscape on Windows]]) and run <code>make install</code> to create the binary distribution directory of Inkscape. | ||
# Install [http://nsis.sourceforge.net/Main_Page NSIS]. | # Install [http://nsis.sourceforge.net/Main_Page NSIS]. | ||
# Right-click on the ‘inkscape.nsi’ file and choose ‘Compile NSIS Script’. The installer compilation will start. | # Right-click on the ‘inkscape.nsi’ file and choose ‘Compile NSIS Script’. The installer compilation will start. |
Revision as of 13:13, 26 November 2016
Go back to the main Translation information page.
Main translation file
Download the PO file for your language (or the .pot template). See here to get information about how to deal with PO files.
When you are done with your translation and enjoyed testing it, submit your work.
Test
- Make sure you have the release of Inkscape you are translating installed. If you're translating the coming release, pick a pre-release and compile it.
- Compile your PO file to .mo. Some translation tools (e.g. Poedit) have an option for that.
- Find the .mo of your installation of Inkscape for your locale. It should be in a folder named ‘locale’.
- Backup this .mo and put your compiled .mo instead. Then start Inkscape and you'll see your strings!
Windows installer
- Get the file according to your language here. If there's no such file, copy the ‘English.nsh’ file and rename it to ‘YourLanguage.nsh’ (make sure someone updates the file _language_lists.nsh in this case).
- Translate the strings in the file.
- Change/update header information in ‘YourLanguage.nsh’ (language name, locale ID and authors list) to proper values.
- Save the file. (Translation files should always use Unicode, encoded as UTF8!).
- Optionally, test your translation as described below.
- Submit your work (specify whether you tested it or not).
Test
- Compile Inkscape (you'll probably want to Compile Inkscape on Windows) and run
make install
to create the binary distribution directory of Inkscape. - Install NSIS.
- Right-click on the ‘inkscape.nsi’ file and choose ‘Compile NSIS Script’. The installer compilation will start.
- When the installer is ready, run it to test your translations for the installer and the uninstaller.
Default template
To translate the default template:
- Modify the ‘default.svg’ file and save it as ‘default.xx.svg’ where ‘xx’ is the ISO code of your language. You will find the current template here.
- Modify your PO translation to use your localized default template. Look up for a ‘default.svg’ string and translate it accordingly to the file name of the localized template.
- To test your template, save it as well as the compiled PO file (.mo) to the proper location for your system and restart Inkscape. New documents should now be based on your localized template (this is valid if your system is properly set to your locale).
- Submit your work.
To translate the default template, you can use Inkscape as well as any UTF-8 encoding capable text editor.