From 1de3c540069875a203e63fe3934c5cf3d78aa243 Mon Sep 17 00:00:00 2001 From: Sorunome Date: Wed, 9 Sep 2020 14:16:40 +0200 Subject: [PATCH] chore: master --> main --- .gitlab-ci.yml | 12 ++++++------ README.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab24528..7049b6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/README.md b/README.md index 099787b..c8a2324 100644 --- a/README.md +++ b/README.md @@ -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