Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add translation support using i18next #681

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9f921bd
Add translation example
Jun 14, 2022
1ed9d6d
Added translation to Tabs
Airyzz Jun 15, 2022
8c77495
Revert "Added translation to Tabs"
Airyzz Jun 15, 2022
7bb187b
Implemented translation to all organisms
Jul 14, 2022
09c7aa9
Added "Organisms." prefix to translations for organims
Jul 14, 2022
71bc3ea
Removed test translation file
Jul 14, 2022
3668342
Added translation to all molecules
Airyzz Jul 14, 2022
41ff8db
Fix code style
Airyzz Jul 14, 2022
1ce26a7
Fixed more code style
Airyzz Jul 16, 2022
05fc88a
Merge branch 'dev' into dev
Airyzz Jul 16, 2022
5ec5421
Fix merge error
Airyzz Jul 16, 2022
ef31851
Added i18next-loader to webpack
Airyzz Jul 17, 2022
db73ced
Merge branch 'dev' into dev
ajbura Jul 18, 2022
62c92d5
Added translation to templates
Airyzz Aug 6, 2022
cf901fa
Merge branch 'dev' of https://github.com/Airyzz/cinny into dev
Airyzz Aug 6, 2022
af506a6
Resolve conflicts in package/lock json
kfiven Aug 6, 2022
4676280
Merge branch 'dev' into dev
kfiven Aug 6, 2022
4e07079
Fixed invalid keys in SecretStorageAccess
Airyzz Aug 7, 2022
7627d43
Fixed issue when user display names containing emoji are translated
Airyzz Aug 7, 2022
e460010
Added translation to custom emoji + stickers
Airyzz Aug 7, 2022
192c1bd
Merge branch 'dev' into dev
kfiven Aug 15, 2022
ab91e26
Fix unnecessary translation in ImagePack
Airyzz Aug 15, 2022
1ba6ccc
Fix incorrect translation key
Airyzz Aug 15, 2022
2b048c5
Fix merge error
Airyzz Aug 15, 2022
07b3115
Fix merge error
Airyzz Aug 15, 2022
0360702
Remove translation from message reaction tooltip
Airyzz Aug 15, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
devAssets

.DS_Store
.vscode
Loading