chore: master --> main
This commit is contained in:
parent
d89f882a5d
commit
1de3c54006
|
@ -58,7 +58,7 @@ build_android_debug_no_olm:
|
|||
paths:
|
||||
- build/app/outputs/apk/debug/app-debug.apk
|
||||
except:
|
||||
- master
|
||||
- main
|
||||
|
||||
|
||||
build_android_apk:
|
||||
|
@ -80,7 +80,7 @@ build_android_apk:
|
|||
paths:
|
||||
- build/with-olm/app-release.apk
|
||||
only:
|
||||
- master
|
||||
- main
|
||||
- tags
|
||||
|
||||
|
||||
|
@ -104,7 +104,7 @@ build_android_apk_no_olm:
|
|||
paths:
|
||||
- build/without-olm/app-release.apk
|
||||
only:
|
||||
- master
|
||||
- main
|
||||
- tags
|
||||
|
||||
|
||||
|
@ -125,7 +125,7 @@ build_android_appbundle:
|
|||
paths:
|
||||
- build/with-olm/app-release.aab
|
||||
only:
|
||||
- master
|
||||
- main
|
||||
|
||||
|
||||
build_android_appbundle_no_olm:
|
||||
|
@ -146,7 +146,7 @@ build_android_appbundle_no_olm:
|
|||
paths:
|
||||
- build/without-olm/app-release.aab
|
||||
only:
|
||||
- master
|
||||
- main
|
||||
|
||||
upload_to_fdroid_repo:
|
||||
stage: publish
|
||||
|
@ -200,4 +200,4 @@ pages:
|
|||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
||||
- main
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue