pachli-android/tools/mklanguages
Nik Clayton 5f198b0d90
build: Simplify build infrastructure for command line tools (#613)
Provide a build convention plugin for command line tools, and use
`libs.versions.toml` for command line tool dependencies. Adjust the
individual tool `build.gradle.kts` files accordingly.

Remove unnecessary `gradle.properties` and `settings.gradle` files for
projects that are included as subprojects, not included builds.

Add a trivial test for each command line tool so there are tests to run
and provide some confidence that automated library upgrades don't break
command line tool compilation.
2024-04-15 15:06:55 +02:00
..
src build: Simplify build infrastructure for command line tools (#613) 2024-04-15 15:06:55 +02:00
README.md
build.gradle.kts build: Simplify build infrastructure for command line tools (#613) 2024-04-15 15:06:55 +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.