From 390c8755d856b491b7fdea1e16960e469127fc72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Jos=C3=A9?= Date: Sat, 7 Sep 2024 12:43:57 -0300 Subject: [PATCH] feat: add brazilian portuguese language support --- README.md | 1 + .../SwiftyCrop/Resources/Localizable.xcstrings | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) 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",