a441576bf6
Requiring trailing commas on multi-line lists of items (declarations and call sites) reduces future repository churn when those lines are changed, but introduces additional churn now. Bite the bullet and make the change, as well as adjusting lines that were too long / indented incorrectly. The changes were performed automatically, using the `ktlintFormat` task. Based on https://github.com/tuskyapp/Tusky/pull/3968 by https://github.com/tinsukE |
||
---|---|---|
.. | ||
src | ||
README.md | ||
build.gradle.kts |
README.md
mklanguages
Synopsis
mklanguages
ensures that the language list in Pachli is:
- Up to date
- Sorted according to ICU guidelines
- Uses language names according to ICU guidelines
Use mklanguages
whenever a new language is added to Pachli.
Usage
From the parent directory, run:
./runtools mklanguages
Verify the modifications made to the Pachli resource files, and commit the result.