feat(mobile): use Weblate for i18n (2) (#17620)

* feat(mobile): use Weblate for i18n (2)

* remove old translation files

* dedup keys

* remove migration report

* chore

* remove localizely.yml
This commit is contained in:
Alex
2025-04-15 10:54:26 -05:00
committed by GitHub
parent 17e720440d
commit b2c903c000
156 changed files with 25537 additions and 30968 deletions
@@ -29,7 +29,7 @@ class PersonNameEditForm extends HookConsumerWidget {
return AlertDialog(
title: const Text(
"search_page_person_add_name_dialog_title",
"add_a_name",
style: TextStyle(fontWeight: FontWeight.bold),
).tr(),
content: SingleChildScrollView(
@@ -37,7 +37,7 @@ class PersonNameEditForm extends HookConsumerWidget {
controller: controller,
autofocus: true,
decoration: InputDecoration(
hintText: 'search_page_person_add_name_dialog_hint'.tr(),
hintText: 'name'.tr(),
border: const OutlineInputBorder(),
errorText: isError.value ? 'Error occured' : null,
),
@@ -49,7 +49,7 @@ class PersonNameEditForm extends HookConsumerWidget {
PersonNameEditFormResult(false, ''),
),
child: Text(
"search_page_person_add_name_dialog_cancel",
"cancel",
style: TextStyle(
color: Colors.red[300],
fontWeight: FontWeight.bold,
@@ -68,7 +68,7 @@ class PersonNameEditForm extends HookConsumerWidget {
}
},
child: Text(
"search_page_person_add_name_dialog_save",
"save",
style: TextStyle(
color: context.primaryColor,
fontWeight: FontWeight.bold,