Skip to content

Commit

Permalink
🔖 Update Localizable
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmai-dev committed Oct 3, 2024
1 parent 72ba4d4 commit ba25a8c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ChatMLX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@
CODE_SIGN_ENTITLEMENTS = ChatMLX/ChatMLX.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_ASSET_PATHS = "\"ChatMLX/Preview Content\"";
DEVELOPMENT_TEAM = RFGFKQEKRH;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -731,7 +731,7 @@
CODE_SIGN_ENTITLEMENTS = ChatMLX/ChatMLXRelease.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_ASSET_PATHS = "\"ChatMLX/Preview Content\"";
DEVELOPMENT_TEAM = RFGFKQEKRH;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down
39 changes: 36 additions & 3 deletions ChatMLX/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"shouldTranslate" : false
},
"%d" : {

"shouldTranslate" : false
},
"%lld" : {
"localizations" : {
Expand Down Expand Up @@ -709,7 +709,32 @@
}
},
"Feedback" : {

"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "フィードバック"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "의견 피드백"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "反馈"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
"value" : "反饋"
}
}
}
},
"General" : {
"extractionState" : "manual",
Expand Down Expand Up @@ -1292,7 +1317,15 @@
}
},
"OK" : {

"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "完成"
}
}
},
"shouldTranslate" : false
},
"Please enter Hugging Face Repo ID" : {
"extractionState" : "manual",
Expand Down

0 comments on commit ba25a8c

Please sign in to comment.