Skip to content

Commit

Permalink
feat(app) refactor tags
Browse files Browse the repository at this point in the history
  • Loading branch information
helderbetiol committed Jan 18, 2024
1 parent 2bf5fc4 commit 4d198f7
Show file tree
Hide file tree
Showing 5 changed files with 313 additions and 406 deletions.
2 changes: 1 addition & 1 deletion APP/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"createDomain": "Create Single Domain",
"domainName": "Domain Name",
"parentDomain": "Domain Parent",
"shouldHaveXChars": "Should have al least {X} characters",
"shouldHaveXChars": "Should have exactly {X} characters",
"noDomain": "Unable to retrieve domain",
"domain": "Domain",
"user": "User",
Expand Down
2 changes: 1 addition & 1 deletion APP/lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"createDomain": "Créer un domaine",
"domainName": "Nom du domaine",
"parentDomain": "Domaine Parent",
"shouldHaveXChars": "Il faut au moins {X} caractères",
"shouldHaveXChars": "Il faut {X} caractères",
"@shouldHaveXChars": {
"placeholders": {
"X": {
Expand Down
Loading

0 comments on commit 4d198f7

Please sign in to comment.