Skip to content

Commit

Permalink
fix a few translation keys
Browse files Browse the repository at this point in the history
  • Loading branch information
casimir committed Jul 19, 2024
1 parent db40e87 commit 5b67b40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"description": "The source code of a software."
},
"g_system": "System",
"@system": {
"@g_system": {
"description": "A name, as in the default configuration (System configuration)."
},
"g_tag": "Tag",
Expand All @@ -43,7 +43,7 @@
},
"@_HUMANIZE": {},
"humanize_days": "{n, plural, =1{1 day} other{{n} days}}",
"@humanize_day": {
"@humanize_days": {
"placeholders": {
"n": {
"type": "int",
Expand All @@ -61,7 +61,7 @@
}
},
"humanize_hours": "{n, plural, =1{1 hour} other{{n} hours}}",
"@humanize_hour": {
"@humanize_hours": {
"placeholders": {
"n": {
"type": "int",
Expand All @@ -70,7 +70,7 @@
}
},
"humanize_minutes": "{n, plural, =1{1 minute} other{{n} minutes}}",
"@humanize_minute": {
"@humanize_minutes": {
"placeholders": {
"n": {
"type": "int",
Expand All @@ -88,7 +88,7 @@
}
},
"humanize_seconds": "{n, plural, =1{1 second} other{{n} seconds}}",
"@humanize_second": {
"@humanize_seconds": {
"placeholders": {
"n": {
"type": "int",
Expand Down

0 comments on commit 5b67b40

Please sign in to comment.