Skip to content

Commit

Permalink
Adds French 'fr' translation for wallet and UI functions (#3012)
Browse files Browse the repository at this point in the history
Co-authored-by: Chen Yu <[email protected]>
  • Loading branch information
Natixe and Keith-CY authored Jan 10, 2024
1 parent 8c0d834 commit 1a64736
Show file tree
Hide file tree
Showing 13 changed files with 1,538 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ numer = "numer"
lastest = "lastest"

[files]
extend-exclude = ["CHANGELOG.md", "**/migrations/*.ts"]
extend-exclude = ["CHANGELOG.md", "**/migrations/*.ts", "**/fr.{ts,json}"]
2 changes: 1 addition & 1 deletion packages/neuron-ui/.storybook/electron.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const sendSyncValues = {
'get-locale': 'zh',
'get-locale': ('zh', 'fr'),
'get-version': '0.103.1',
}

Expand Down
3 changes: 2 additions & 1 deletion packages/neuron-ui/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,8 @@
"en": "English",
"en-US": "English(United States)",
"zh": "中文(简体)",
"zh-TW": "中文(繁體)"
"zh-TW": "中文(繁體)",
"fr": "Français"
},
"data": {
"ckb-node-data": "CKB Node Config & Storage",
Expand Down
Loading

1 comment on commit 1a64736

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 7469992621

Please sign in to comment.