pachli-android/tools/mvstring
Nik Clayton d6b36bf976
feat: Handle <plurals> string resources (#741)
2024-06-13 21:07:14 +02:00
..
src feat: Handle <plurals> string resources (#741) 2024-06-13 21:07:14 +02:00
README.md refactor: Modularise core activity classes, (#393) 2024-01-30 11:37:00 +01:00
build.gradle.kts build: Simplify build infrastructure for command line tools (#613) 2024-04-15 15:06:55 +02:00

README.md

mvstring

Synopsis

mvstring moves a string resource from one module to another.

Usage

From the parent directory, run:

./runtools mvstring dst-module id

./runtools mvstring src-module dst-module id

where:

  • src-module - identifier for the source module that contains the string. If omitted then app is assumed.
  • dst-module - identifier for the destination module
  • id - resource ID of the string to move

Verify the modifications made to the Pachli resource files, and commit the result.