Difference between revisions of "How to localise apertium-apy and apertium-html-tools"

From Apertium
Jump to navigation Jump to search
(Created page with "Here are some tips on how to localise apertium-apy and apertium-html-tools. ==apertium-html-tools== Copy one of the existing <code>.json</code> files in <code>trunk/...")
 
m
 
Line 24: Line 24:
   
 
[[Category:Documentation]]
 
[[Category:Documentation]]
  +
[[Category:Documentation in English]]

Latest revision as of 11:57, 26 September 2016

Here are some tips on how to localise apertium-apy and apertium-html-tools.

apertium-html-tools[edit]

Copy one of the existing .json files in trunk/apertium-tools/apertium-html-tools/assets/strings/, and make a new file with the three letter code of your language.

Then edit the file trunk/apertium-tools/apertium-html-tools/assets/strings/locales.json to add your language code and the native name of the language.

apertium-apy[edit]

Edit the file trunk/apertium-tools/apertium-apy/tools/apertiumlangs.sql

Scroll down to the bottom and add lines like:

INSERT INTO "fixes" VALUES(NULL,'en','os','Ossetian');

Where there are three non-null values: (x, y, z).

  • x is the language code you are localising in.
  • y is the language code you want to give the name for.
  • z is the language name.