Skip to content

Commit

Permalink
Update docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Jul 21, 2023
1 parent f870f19 commit 26bd44f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/cordova/android/import_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@
See the License for the specific language governing permissions and
limitations under the License.
Generates localized string files for native Android and usage based on the front-end translations.
Generates localized string files for native Android usage based on the front-end translations.
Usage: python tools/l10n/import_native_android_strings.py $TRANSLATION_FILE $OUTPUT_FILE
Example: python tools/l10n/import_native_android_strings.py www/messages/en.json
cordova-plugin-outline/android/resources/strings/values-en/strings.xml
Usage:
python src/cordova/android/import_messages.py $TRANSLATION_FILE $OUTPUT_FILE
Example:
python src/cordova/android/import_messages.py \
www/messages/en.json \
src/cordova/plugin/android/resources/strings/values-en/strings.xml
"""

import json
Expand Down

0 comments on commit 26bd44f

Please sign in to comment.