Skip to content

Commit

Permalink
Merge pull request #19 from lipej/feature/add-new-pt-br-language
Browse files Browse the repository at this point in the history
  • Loading branch information
benedom authored Sep 8, 2024
2 parents f3189b7 + 390c875 commit 441e31d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The following languages are supported & localized:
- 🇹🇷 Turkish
- 🇺🇦 Ukrainian
- 🇭🇺 Hungarian
- 🇧🇷 Brazilian Portuguese

The localization file can be found in `Sources/SwiftyCrop/Resources`.

Expand Down
18 changes: 18 additions & 0 deletions Sources/SwiftyCrop/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
"value" : "Annullamento"
}
},
"pt-BR" : {
"stringUnit" : {
"state" : "translated",
"value" : "Cancelar"
}
},
"ru" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -99,6 +105,12 @@
"value" : "Muoversi e scalare"
}
},
"pt-BR" : {
"stringUnit" : {
"state" : "translated",
"value" : "Mover e dimensionar"
}
},
"ru" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -158,6 +170,12 @@
"value" : "Risparmiare"
}
},
"pt-BR" : {
"stringUnit" : {
"state" : "translated",
"value" : "Salvar"
}
},
"ru" : {
"stringUnit" : {
"state" : "translated",
Expand Down

0 comments on commit 441e31d

Please sign in to comment.