diff --git a/README.md b/README.md index d26ac2b..203202f 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/Sources/SwiftyCrop/Resources/Localizable.xcstrings b/Sources/SwiftyCrop/Resources/Localizable.xcstrings index c3a5943..c87da76 100644 --- a/Sources/SwiftyCrop/Resources/Localizable.xcstrings +++ b/Sources/SwiftyCrop/Resources/Localizable.xcstrings @@ -40,6 +40,12 @@ "value" : "Annullamento" } }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancelar" + } + }, "ru" : { "stringUnit" : { "state" : "translated", @@ -99,6 +105,12 @@ "value" : "Muoversi e scalare" } }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mover e dimensionar" + } + }, "ru" : { "stringUnit" : { "state" : "translated", @@ -158,6 +170,12 @@ "value" : "Risparmiare" } }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Salvar" + } + }, "ru" : { "stringUnit" : { "state" : "translated",