Skip to content

Commit

Permalink
feat: i18n for react (#9)
Browse files Browse the repository at this point in the history
* chore: add lingui to devDependencies

* feat: add i18n script and translate react icon descriptions

* chore: update .gitignore

* fix: update scripts

* chore: add auto generateed lingui config

* chore: update scripts in package.json

* fix: add english .po files to raw

* fix: clean up in some files

* chore: update script in package.json
  • Loading branch information
siljec committed Sep 26, 2023
1 parent 12835b6 commit 10e41bc
Show file tree
Hide file tree
Showing 245 changed files with 8,424 additions and 93 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@

vue/
react/
elements/
elements/

# i18n related files
scripts/temp
src/raw/*/locales/fi/
src/raw/*/locales/nb/
src/raw/*/locales/en/*.mjs
Loading

0 comments on commit 10e41bc

Please sign in to comment.