From 08cc3ceeac93b37498bcc7cb434c730cc25d7cc8 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Sun, 16 Jan 2022 20:34:18 +0100 Subject: [PATCH] Massage the translations for the play store metadata --- fastlane/README.md | 48 ++++++++++++------- .../{hi => hi-IN}/full_description.txt | 0 .../{hi => hi-IN}/short_description.txt | 0 fastlane/metadata/android/hi-IN/title.txt | 1 + .../{ru => ru-RU}/full_description.txt | 0 .../{ru => ru-RU}/short_description.txt | 0 fastlane/metadata/android/ru-RU/title.txt | 1 + .../{tr => tr-TR}/full_description.txt | 0 .../{tr => tr-TR}/short_description.txt | 0 fastlane/metadata/android/tr-TR/title.txt | 1 + fastlane/metadata/android/zh-CN/title.txt | 1 + 11 files changed, 34 insertions(+), 18 deletions(-) rename fastlane/metadata/android/{hi => hi-IN}/full_description.txt (100%) rename fastlane/metadata/android/{hi => hi-IN}/short_description.txt (100%) create mode 100644 fastlane/metadata/android/hi-IN/title.txt rename fastlane/metadata/android/{ru => ru-RU}/full_description.txt (100%) rename fastlane/metadata/android/{ru => ru-RU}/short_description.txt (100%) create mode 100644 fastlane/metadata/android/ru-RU/title.txt rename fastlane/metadata/android/{tr => tr-TR}/full_description.txt (100%) rename fastlane/metadata/android/{tr => tr-TR}/short_description.txt (100%) create mode 100644 fastlane/metadata/android/tr-TR/title.txt create mode 100644 fastlane/metadata/android/zh-CN/title.txt diff --git a/fastlane/README.md b/fastlane/README.md index 1134b660..ca870a78 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -1,47 +1,59 @@ fastlane documentation -================ +---- + # Installation Make sure you have the latest version of the Xcode command line tools installed: -``` +```sh xcode-select --install ``` -Install _fastlane_ using -``` -[sudo] gem install fastlane -NV -``` -or alternatively using `brew install fastlane` +For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane) # Available Actions + ### playstore + +```sh +[bundle exec] fastlane playstore ``` -fastlane playstore -``` + ---- + ## Android + ### android test_configuration + +```sh +[bundle exec] fastlane android test_configuration ``` -fastlane android test_configuration -``` -Check configuration + +Check playstore configuration + ### android production + +```sh +[bundle exec] fastlane android production ``` -fastlane android production -``` + Upload app to production + ### android update_alpha + +```sh +[bundle exec] fastlane android update_alpha ``` -fastlane android update_alpha -``` + Upload closed alpha app and update store entry ---- This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. -More information about fastlane can be found on [fastlane.tools](https://fastlane.tools). -The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools). + +More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools). + +The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools). diff --git a/fastlane/metadata/android/hi/full_description.txt b/fastlane/metadata/android/hi-IN/full_description.txt similarity index 100% rename from fastlane/metadata/android/hi/full_description.txt rename to fastlane/metadata/android/hi-IN/full_description.txt diff --git a/fastlane/metadata/android/hi/short_description.txt b/fastlane/metadata/android/hi-IN/short_description.txt similarity index 100% rename from fastlane/metadata/android/hi/short_description.txt rename to fastlane/metadata/android/hi-IN/short_description.txt diff --git a/fastlane/metadata/android/hi-IN/title.txt b/fastlane/metadata/android/hi-IN/title.txt new file mode 100644 index 00000000..ea0df956 --- /dev/null +++ b/fastlane/metadata/android/hi-IN/title.txt @@ -0,0 +1 @@ +wger Workout Manager \ No newline at end of file diff --git a/fastlane/metadata/android/ru/full_description.txt b/fastlane/metadata/android/ru-RU/full_description.txt similarity index 100% rename from fastlane/metadata/android/ru/full_description.txt rename to fastlane/metadata/android/ru-RU/full_description.txt diff --git a/fastlane/metadata/android/ru/short_description.txt b/fastlane/metadata/android/ru-RU/short_description.txt similarity index 100% rename from fastlane/metadata/android/ru/short_description.txt rename to fastlane/metadata/android/ru-RU/short_description.txt diff --git a/fastlane/metadata/android/ru-RU/title.txt b/fastlane/metadata/android/ru-RU/title.txt new file mode 100644 index 00000000..ea0df956 --- /dev/null +++ b/fastlane/metadata/android/ru-RU/title.txt @@ -0,0 +1 @@ +wger Workout Manager \ No newline at end of file diff --git a/fastlane/metadata/android/tr/full_description.txt b/fastlane/metadata/android/tr-TR/full_description.txt similarity index 100% rename from fastlane/metadata/android/tr/full_description.txt rename to fastlane/metadata/android/tr-TR/full_description.txt diff --git a/fastlane/metadata/android/tr/short_description.txt b/fastlane/metadata/android/tr-TR/short_description.txt similarity index 100% rename from fastlane/metadata/android/tr/short_description.txt rename to fastlane/metadata/android/tr-TR/short_description.txt diff --git a/fastlane/metadata/android/tr-TR/title.txt b/fastlane/metadata/android/tr-TR/title.txt new file mode 100644 index 00000000..ea0df956 --- /dev/null +++ b/fastlane/metadata/android/tr-TR/title.txt @@ -0,0 +1 @@ +wger Workout Manager \ No newline at end of file diff --git a/fastlane/metadata/android/zh-CN/title.txt b/fastlane/metadata/android/zh-CN/title.txt new file mode 100644 index 00000000..ea0df956 --- /dev/null +++ b/fastlane/metadata/android/zh-CN/title.txt @@ -0,0 +1 @@ +wger Workout Manager \ No newline at end of file