pachli-android/tools/mklanguages
Nik Clayton a441576bf6
style: Require trailing comma, and break lines
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
2023-09-04 20:22:10 +02:00
..
src style: Require trailing comma, and break lines 2023-09-04 20:22:10 +02:00
README.md change: Add tools/mklanguages 2023-09-04 20:22:05 +02:00
build.gradle.kts change: Add tools/mklanguages 2023-09-04 20:22:05 +02:00

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.