add generated files
Some checks failed
Pull Request Pipeline / lint (pull_request) Failing after 2m47s
Pull Request Pipeline / test (pull_request) Successful in 2m27s

This commit is contained in:
2026-01-01 18:10:24 +01:00
parent 633a21d829
commit ad87dca674
3 changed files with 25 additions and 1 deletions

View File

@@ -266,4 +266,10 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get least_points => 'Least Points';
@override
String get search_for_players => 'Search for players';
@override
String get search_for_groups => 'Search for groups';
}