pachli-android/tools/mvstring
Nik Clayton b1c388e9b4
chore(deps): update dependency gradle to v8.6 (#411)
Use new simple property assignment syntax in build files where
appropriate.
2024-02-03 15:05:43 +01:00
..
src/main/kotlin/app/pachli/mvstring feat: Allow the user to send an error report without a crash (#406) 2024-02-02 15:34:31 +01:00
README.md refactor: Modularise core activity classes, (#393) 2024-01-30 11:37:00 +01:00
build.gradle.kts chore(deps): update dependency gradle to v8.6 (#411) 2024-02-03 15:05:43 +01:00
settings.gradle.kts refactor: Modularise core activity classes, (#393) 2024-01-30 11:37:00 +01: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.