Skip to content

Commit

Permalink
Korean and Simplified Chinese Translation for SNS Manager. (#5)
Browse files Browse the repository at this point in the history
* feat: wip lingui-fy

* feat: wip i18n profile, search result

* feat: internalisation

* chore: clean up code

* feat: korean translation

* chore: add some comment

* fix: fixed pr comment

* fix: re-compiled

* build: merge with bonfida master

* feat: wip context refactor and language setting button

* feat: ✨ translated chinese contents

* style: changed minor styling

* fix: updated korean

* chore: fixed minor translation issue

* fix: 📝 update translation

* Merge 'master'

* fix: fix improper tag

* fix: merged latest toggle design and refactored to work

* fix: fixed lang

* chore: remove unused import

* fix: added missing translations

* fix: fixed incorrect chinese translations

* build: added language build file

* fix: fixed minor translation issue

* fix: fixed korean translation

* feat: ✨ fix QA, replaced more fitted choice of words

* feat: ✨ change choose of word and remove some spaces

* build: compile language files with latest

* refactor: refactored to single source of truth for available locales

---------

Co-authored-by: felix <[email protected]>
  • Loading branch information
mjkid221 and 2Tako2 authored Jun 16, 2023
1 parent 38a8421 commit 7b60de1
Show file tree
Hide file tree
Showing 37 changed files with 47,119 additions and 390 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module.exports = function (api) {
api.cache(true);
return {
presets: ["babel-preset-expo"],
plugins: ["transform-inline-environment-variables"],
plugins: ["transform-inline-environment-variables", "macros"],
};
};
12 changes: 12 additions & 0 deletions lingui.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/** @type {import('@lingui/conf').LinguiConfig} */
import { allLocales as locales } from "./src/locales";
module.exports = {
locales,
catalogs: [
{
path: "src/locales/{locale}/messages",
include: ["src"],
},
],
format: "po",
};
Loading

0 comments on commit 7b60de1

Please sign in to comment.