EmbroideryReader/translations
Nathan Crawford 4ae27ec284 Add Chinese translations submitted by keetian 2014-09-04 20:40:36 -04:00
..
English (EN-US).ini Fall back to English for missing strings 2013-12-11 19:33:07 -05:00
Italiano (IT).ini Added more translations from Andrea 2013-12-17 13:39:26 -05:00
Readme.txt Added documentation for building translations 2013-12-11 20:51:22 -05:00
Translation_ENG-ITA.txt Moved translation files to their own folder 2013-12-06 21:26:27 -05:00
translations.ods Add Chinese translations submitted by keetian 2014-09-04 20:40:36 -04:00
中文 (简体) (zh-hans).ini Add Chinese translations submitted by keetian 2014-09-04 20:40:36 -04:00
中文(繁体) (zh-hant).ini Add Chinese translations submitted by keetian 2014-09-04 20:40:36 -04:00

Readme.txt

This folder contains the master file for all the translations (translations.ods)
as well as any loadable tranlations created from it.

Translations.ods is formatted with the language name in the first row, and all
translated strings for that language in the rows below. The first column
contains the ID for the strings in that row. Language ini files are generated
by concatenating the first column, an equals sign and the column under the
language name. (see "English (EN-US).ini" for an example) The string replacements
column gives some context for what the replacement will contain.

The TranslationBuilder project included with this source code can build all the
translations from the spreadsheet automatically.