Skip to content

Commit

Permalink
l10n
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerst committed May 20, 2024
1 parent 5e452bb commit 88decb7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
}
},
"columnCount": "{count, plural, =1{1 column} other{{count} columns}}",
"columnCount": "{count, plural, =1{{count} column} other{{count} columns}}",
"@columnCount": {
"placeholders": {
"count": {
Expand All @@ -20,26 +20,26 @@
}
},

"timeSeconds": "{seconds, plural, =1{1 second} other{{seconds} seconds}}",
"timeSeconds": "{count, plural, =1{{count} second} other{{count} seconds}}",
"@timeSeconds": {
"placeholders": {
"seconds": {
"count": {
"format": "decimalPattern"
}
}
},
"timeMinutes": "{minutes, plural, =1{1 minute} other{{minutes} minutes}}",
"timeMinutes": "{count, plural, =1{{count} minute} other{{count} minutes}}",
"@timeMinutes": {
"placeholders": {
"minutes": {
"count": {
"format": "decimalPattern"
}
}
},
"timeDays": "{days, plural, =1{1 day} other{{days} days}}",
"timeDays": "{count, plural, =1{{count} day} other{{count} days}}",
"@timeDays": {
"placeholders": {
"days": {
"count": {
"format": "decimalPattern"
}
}
Expand Down

0 comments on commit 88decb7

Please sign in to comment.