mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Massage the translations for the play store metadata
This commit is contained in:
@@ -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).
|
||||
|
||||
1
fastlane/metadata/android/hi-IN/title.txt
Normal file
1
fastlane/metadata/android/hi-IN/title.txt
Normal file
@@ -0,0 +1 @@
|
||||
wger Workout Manager
|
||||
1
fastlane/metadata/android/ru-RU/title.txt
Normal file
1
fastlane/metadata/android/ru-RU/title.txt
Normal file
@@ -0,0 +1 @@
|
||||
wger Workout Manager
|
||||
1
fastlane/metadata/android/tr-TR/title.txt
Normal file
1
fastlane/metadata/android/tr-TR/title.txt
Normal file
@@ -0,0 +1 @@
|
||||
wger Workout Manager
|
||||
1
fastlane/metadata/android/zh-CN/title.txt
Normal file
1
fastlane/metadata/android/zh-CN/title.txt
Normal file
@@ -0,0 +1 @@
|
||||
wger Workout Manager
|
||||
Reference in New Issue
Block a user