mirror of
https://github.com/pachli/pachli-android.git
synced 2025-01-09 15:34:59 +01:00
.. | ||
src | ||
build.gradle.kts | ||
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 thenapp
is assumed.dst-module
- identifier for the destination moduleid
- resource ID of the string to move
Verify the modifications made to the Pachli resource files, and commit the result.