summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-10Translated README to Malay.HEAD20180811origin/masterorigin/HEADmasterMuhammad Nur Hidayat Yasuyoshi
2017-09-10Add italian documentation.Hamlet
2017-07-10Add missing closing brace at end of log functionAntumDeluge
2017-07-08Print mod source that called deprecated `intllib.Getter`.AntumDeluge
2017-07-08Replace deprecated `setting_get` with `settings:get`.AntumDeluge
2017-05-15Explicitly use english as last resort.Diego Martínez
2017-05-15Take `LANGUAGE` env var as-is.Diego Martínez
2017-05-13Export language detection function.Diego Martínez
2017-02-27Clarify dev docs and remove refs to old method.Diego Martínez
2017-02-25Update test translations with latest script.Diego Martínez
2017-02-25Fixes to translation update script.Diego Martínez
2017-02-11Fix warnings issued by `luacheck`.Diego Martínez
2017-02-11Add `.luacheckrc`.Diego Martínez
2017-01-27Use germanic language rules by default.Diego Martínez
Use germanic language rules for plurals if no `Plural-Forms` header is present.
2017-01-27Logging fixes.Diego Martínez
* Remove use of `rawget`. * Fix code trying to concat a nil value in some cases. * Prefix warnings with mod name.
2017-01-26Add `localefile.md`.Diego Martínez
2017-01-26Update README-pt_BR.mdBrunoMine
2017-01-25Remove references to `.mo` catalogs from docs.Diego Martínez
2017-01-24Output character itself if unknown escape.Diego Martínez
2017-01-24Return nil if `msgstr` is empty.Diego Martínez
Also remove debugging statements left from previous commit.
2017-01-24Add `.gitignore`.Diego Martínez
2017-01-24Add minimal example mod.Diego Martínez
2017-01-24Add support for gettext message catalogs.Diego Martínez
2016-11-03Add mod metadata files.Diego Martínez
- `description.txt` - `mod.conf`
2016-10-06Add support for language variants/dialects.Diego Martínez
Assuming the detected language is `ll_CC`, the mod tries the following files: - `locale/ll_CC.txt` - `locale/ll.txt` - `locale/en.txt` (assuming it has not been processed already).
2016-10-06Add some missing escape sequences.Diego Martínez
Fixes #7.
2016-08-29translation updated (#8)BrunoMine
* translation updated * translation updated
2016-06-13Create README-es_UY.mdDiego Martínez
2016-05-09Translated into Portuguese from BrazilBrunoMine
2016-05-08Reorganize READMEDiego Martinez
2016-05-03Updated readme, in an attempt to make it more readableRyan
2015-02-16Switch to slightly cleaner compatibility methodShadowNinja
2015-02-16Silence global warningShadowNinja
2015-02-16Fix incorrect variable nameShadowNinja
2015-02-03Fix insertions with missing translationsShadowNinja
2015-02-01Add numbered insertionsShadowNinja
2014-12-12Use get_modpath() to check for mod existenceShadowNinja
2014-02-12Add get_strings()ShadowNinja
2013-12-17Localize load_stringsShadowNinja
2013-11-27Don't return empty translationsShadowNinja
2013-10-29Remove '=' from escape table (Unfound escapes work)ShadowNinja
2013-10-29Some refactoring.kaeza
2013-10-29Whoops!kaeza
2013-10-29Rewrite `findtext.lua'.kaeza
2013-10-29Use optional dependencies to only load once and re-add support for escapesShadowNinja
2013-03-05Remove non-working escape sequencesDiego Martínez
2013-03-05Removed unused return value from Getter()Diego Martínez
2013-03-05Removed useless locale filesDiego Martínez
2013-03-05Various fixesDiego Martínez
2013-02-27first commitDiego Martínez