Skip to content

Commit

Permalink
feat: add brazilian portuguese language support
Browse files Browse the repository at this point in the history
  • Loading branch information
lipej committed Sep 7, 2024
1 parent f3189b7 commit 390c875
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 390c875

Please sign in to comment.