mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2026-01-31 08:25:00 -06:00
feat: Remove WIP indicator from french language
This commit is contained in:
@@ -33,7 +33,7 @@ class _LanguageSelectionSettingState extends State<LanguageSelectionSetting> {
|
|||||||
context: context,
|
context: context,
|
||||||
builder: (_) => RadioSettingsDialog<String>(
|
builder: (_) => RadioSettingsDialog<String>(
|
||||||
footer: const Text(
|
footer: const Text(
|
||||||
"* Work in progress, not fully translated yet. Some words may be displayed in English!",
|
"* Not fully translated yet. Some words may be displayed in English!",
|
||||||
),
|
),
|
||||||
titleText: S.of(context)!.language,
|
titleText: S.of(context)!.language,
|
||||||
options: [
|
options: [
|
||||||
@@ -47,7 +47,7 @@ class _LanguageSelectionSettingState extends State<LanguageSelectionSetting> {
|
|||||||
),
|
),
|
||||||
RadioOption(
|
RadioOption(
|
||||||
value: 'fr',
|
value: 'fr',
|
||||||
label: _languageOptions['fr']! + "*",
|
label: _languageOptions['fr']!,
|
||||||
),
|
),
|
||||||
RadioOption(
|
RadioOption(
|
||||||
value: 'cs',
|
value: 'cs',
|
||||||
|
|||||||
Reference in New Issue
Block a user