Actions: Licenses updated [skip ci]

This commit is contained in:
GitHub Actions
2025-08-24 13:39:42 +00:00
parent 2da12078e2
commit 6703cd6b06
4 changed files with 970 additions and 18 deletions

View File

@@ -211,7 +211,11 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String bonus_points_message(
int playerCount, String names, int pointLimit, int bonusPoints) {
int playerCount,
String names,
int pointLimit,
int bonusPoints,
) {
String _temp0 = intl.Intl.pluralLogic(
playerCount,
locale: localeName,
@@ -363,7 +367,7 @@ class AppLocalizationsEn extends AppLocalizations {
String get privacy_policy => 'Privacy Policy';
@override
String get loading_games => 'Loading Games...';
String get loading_games => 'Loading Games ...';
@override
String get build => 'Build No.';