chore: master --> main

This commit is contained in:
Sorunome 2020-09-09 14:16:40 +02:00
parent d89f882a5d
commit 1de3c54006
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
2 changed files with 7 additions and 7 deletions

View File

@ -58,7 +58,7 @@ build_android_debug_no_olm:
paths: paths:
- build/app/outputs/apk/debug/app-debug.apk - build/app/outputs/apk/debug/app-debug.apk
except: except:
- master - main
build_android_apk: build_android_apk:
@ -80,7 +80,7 @@ build_android_apk:
paths: paths:
- build/with-olm/app-release.apk - build/with-olm/app-release.apk
only: only:
- master - main
- tags - tags
@ -104,7 +104,7 @@ build_android_apk_no_olm:
paths: paths:
- build/without-olm/app-release.apk - build/without-olm/app-release.apk
only: only:
- master - main
- tags - tags
@ -125,7 +125,7 @@ build_android_appbundle:
paths: paths:
- build/with-olm/app-release.aab - build/with-olm/app-release.aab
only: only:
- master - main
build_android_appbundle_no_olm: build_android_appbundle_no_olm:
@ -146,7 +146,7 @@ build_android_appbundle_no_olm:
paths: paths:
- build/without-olm/app-release.aab - build/without-olm/app-release.aab
only: only:
- master - main
upload_to_fdroid_repo: upload_to_fdroid_repo:
stage: publish stage: publish
@ -200,4 +200,4 @@ pages:
paths: paths:
- public - public
only: only:
- master - main

View File

@ -97,7 +97,7 @@ flutter pub run intl_translation:extract_to_arb --output-dir=lib/l10n lib/l10n/l
flutter pub pub run intl_translation:generate_from_arb --output-dir=lib/l10n --no-use-deferred-loading lib/l10n/l10n.dart lib/l10n/intl_*.arb flutter pub pub run intl_translation:generate_from_arb --output-dir=lib/l10n --no-use-deferred-loading lib/l10n/l10n.dart lib/l10n/intl_*.arb
``` ```
5. Make sure your language is in `supportedLocales` in `/lib/main.dart` and in the List at `https://gitlab.com/ChristianPauly/fluffychat-flutter/-/blob/master/lib/l10n/l10n.dart#L11`. 5. Make sure your language is in `supportedLocales` in `/lib/main.dart` and in the List at `https://gitlab.com/ChristianPauly/fluffychat-flutter/-/blob/main/lib/l10n/l10n.dart#L11`.
# Special thanks to # Special thanks to