lazarus/languages
2022-12-10 04:41:26 +03:00
..
debuggerstrconst.es.po
debuggerstrconst.fr.po
debuggerstrconst.hu.po
debuggerstrconst.it.po
debuggerstrconst.ja.po
debuggerstrconst.lt.po
debuggerstrconst.pot
debuggerstrconst.pt_BR.po
debuggerstrconst.ru.po
debuggerstrconst.tr.po
debuggerstrconst.uk.po
debuggerstrconst.zh_CN.po
lazaruside.af_ZA.po IDE: fix mingw-path in message about gdb location. 2021-12-13 01:08:37 +03:00
lazaruside.ar.po IDE: fix mingw-path in message about gdb location. 2021-12-13 01:08:37 +03:00
lazaruside.ca.po IDE: fix mingw-path in message about gdb location. 2021-12-13 01:08:37 +03:00
lazaruside.cs.po IDE: fix mingw-path in message about gdb location. 2021-12-13 01:08:37 +03:00
lazaruside.de.po IDE: fix mingw-path in message about gdb location. 2021-12-13 01:08:37 +03:00
lazaruside.es.po IDE: fix mingw-path in message about gdb location. 2021-12-13 01:08:37 +03:00
lazaruside.fi.po IDE: fix mingw-path in message about gdb location. 2021-12-13 01:08:37 +03:00
lazaruside.fr.po IDE: fix mingw-path in message about gdb location. 2021-12-13 01:08:37 +03:00
lazaruside.he.po IDE: fix mingw-path in message about gdb location. 2021-12-13 01:08:37 +03:00
lazaruside.hu.po IDE: fix mingw-path in message about gdb location. 2021-12-13 01:08:37 +03:00
lazaruside.id.po IDE: fix mingw-path in message about gdb location. 2021-12-13 01:08:37 +03:00
lazaruside.it.po IDE: fix mingw-path in message about gdb location. 2021-12-13 01:08:37 +03:00
lazaruside.ja.po IDE: fix mingw-path in message about gdb location. 2021-12-13 01:08:37 +03:00
lazaruside.lt.po IDE: fix mingw-path in message about gdb location. 2021-12-13 01:08:37 +03:00
lazaruside.nl.po IDE: fix mingw-path in message about gdb location. 2021-12-13 01:08:37 +03:00
lazaruside.pl.po IDE: fix mingw-path in message about gdb location. 2021-12-13 01:08:37 +03:00
lazaruside.pot IDE: fix mingw-path in message about gdb location. 2021-12-13 01:08:37 +03:00
lazaruside.pt_BR.po Translations: Brazilian Portuguese translation update by Marcelo B Paula, issue #39516 2021-12-15 02:26:36 +03:00
lazaruside.ru.po IDE: improved Russian translation, hint by Pavel, issue #39769 2022-05-25 03:56:16 +03:00
lazaruside.sk.po Translations: Slovak translation update by LacaK, issue #40038 2022-12-10 04:41:26 +03:00
lazaruside.tr.po Translations: reverted some changes (merging artifacts) from IDE Turkish translation 2022-04-05 00:08:41 +03:00
lazaruside.uk.po IDE: fix mingw-path in message about gdb location. 2021-12-13 01:08:37 +03:00
lazaruside.zh_CN.po Translations: updated Chinese IDE translation, merge request !62 2022-01-27 02:36:45 +03:00
README.md More improvements to README for translators 2021-07-28 00:12:42 +02:00

Quick Start for translators

For example Finnish translation:

  1. Make sure that you have up-to-date Lazarus from Git (main branch).
  2. Search for all *.pot files (PoChecker tool in <lazarusdir>/components/pochecker directory can help you with this).
  3. If POT file belongs to some package, make sure that this package is installed in IDE.
  4. Rebuild Lazarus clean. This will update translations for most packages.
  5. Run sh localize.sh (Linux) or localize.bat (Windows) to update all remaining translations.
  6. Edit PO files (*.fi.po) with programs like poEdit (www.poedit.net) or Lokalize. Do not edit them manually. If .fi.po file is missing for particular component, use template (POT file) to create it.
  7. Check your translated PO files with PoChecker tool and fix all reported errors (you need to run all tests, there should be no errors shown in General Info tab of Results window).
  8. Post updated xxx.fi.po files to the Lazarus issue tracker. Do NOT post diffs for PO files.

Some notes:

The <lazarusdir>/languages directory contains stuff for internationalization of the Lazarus IDE. There are also other directories for CodeTools, LCL and various packages.

You can scan Lazarus directory with PoChecker tool in order to find all translations (including missing ones) for a given language.

Each translation family consists of template and actual translations to various languages (in UTF-8 encoding). Template has .pot extension, translations have .po extensions and include ISO language code in their file names.

Template is used as a base for updating actual translation files and starting translation into new languages.

Example for the IDE translation family:

Language File
Template lazaruside.pot
German lazaruside.de.po
Russian lazaruside.ru.po
Spanish lazaruside.es.po
French lazaruside.fr.po
Italian lazaruside.it.po

If you KNOW what you are DOING, you can use PoChecker tool to refresh translation families (i.e. synchronize actual translations with template files). In order to get an access to this function, you should run tests on your translation, open Graphical Summary window (via 'Show statistics graph' button) and click on any translation family with right mouse button while pressing SHIFT key. Note that refresh function REQUIRES translation files to be accessible for WRITING.