Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
feat: updated app_en.arb
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Mar 11, 2024
1 parent 7c45983 commit f436ad1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/trashy_road/lib/l10n/arb/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"description": "Shown to congratulate the player in the Score Page."
},
"okay": "Okay",
"@nice": {
"@okay": {
"description": "Shown to congratulate the player in the Score Page."
},
"ohh": "Ohh",
"@nice": {
"@ohh": {
"description": "Shown to congratulate the player in the Score Page."
}
}
4 changes: 2 additions & 2 deletions packages/trashy_road/lib/l10n/arb/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ abstract class AppLocalizations {
/// **'Nice'**
String get nice;

/// No description provided for @okay.
/// Shown to congratulate the player in the Score Page.
///
/// In en, this message translates to:
/// **'Okay'**
String get okay;

/// No description provided for @ohh.
/// Shown to congratulate the player in the Score Page.
///
/// In en, this message translates to:
/// **'Ohh'**
Expand Down

0 comments on commit f436ad1

Please sign in to comment.