Skip to content

Commit

Permalink
Merge pull request #24 from yhirano/master
Browse files Browse the repository at this point in the history
Add Japanese translations
  • Loading branch information
benedom authored Oct 7, 2024
2 parents 6ee0b98 + 987e919 commit 57b4a32
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ The following languages are supported & localized:
- 🇭🇺 Hungarian
- 🇧🇷 Brazilian Portuguese
- 🇰🇷 Korean
- 🇯🇵 Japanese

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

Expand Down Expand Up @@ -196,6 +197,8 @@ Thanks to [@lipej](https://github.com/lipej) for adding the brazilian portugese

Thanks to [@insub](https://github.com/insub4067) for adding the korean localization 🇰🇷

Thanks to [@yhirano](https://github.com/yhirano) for adding the japanese localization 🇯🇵

## ✍️ Author

Benedikt Betz & CHECK24
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"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "キャンセル"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -111,6 +117,12 @@
"value" : "Muoversi e scalare"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "移動・拡大縮小"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
Expand Down Expand Up @@ -182,6 +194,12 @@
"value" : "Risparmiare"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "保存"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
Expand Down

0 comments on commit 57b4a32

Please sign in to comment.