Skip to content

Commit

Permalink
Add new Turkish translators
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Oct 5, 2023
1 parent c824241 commit 4b0bee2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ You can help translate Iconify [on Crowdin](https://crowdin.com/project/iconify)
- Russian [@B1ays](https://github.com/B1ays)
- Simplified Chinese [@Cccc-owo](https://github.com/Cccc-owo)
- Spanish [@luckkmaxx](https://github.com/luckkmaxx)
- Turkish [@serhat-demir](https://github.com/serhat-demir)
- Turkish [@serhat-demir](https://github.com/serhat-demir), [@Emre](https://crowdin.com/profile/khapnols), [@WINZORT](https://crowdin.com/profile/linuxthegoat)
- Vietnamese [@viettel1211](https://t.me/viettel1211)

# 📝 Disclaimer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ private InfoAdapter initTranslatorsList() {
translators_list.add(new InfoModel(this, "Cccc_", getResources().getString(R.string.zh_cn_translation), "https://github.com/Cccc-owo", R.drawable.ic_user));
translators_list.add(new InfoModel(this, "luckkmaxx", getResources().getString(R.string.es_translation), "https://github.com/luckkmaxx", R.drawable.ic_user));
translators_list.add(new InfoModel(this, "Serhat Demir", getResources().getString(R.string.tr_translation), "https://github.com/serhat-demir", R.drawable.ic_user));
translators_list.add(new InfoModel(this, "Emre", getResources().getString(R.string.tr_translation), "https://crowdin.com/profile/khapnols", R.drawable.ic_user));
translators_list.add(new InfoModel(this, "WINZORT", getResources().getString(R.string.tr_translation), "https://crowdin.com/profile/linuxthegoat", R.drawable.ic_user));
translators_list.add(new InfoModel(this, "Đức Trọng", getResources().getString(R.string.vi_translation), "https://t.me/viettel1211", R.drawable.ic_user));
translators_list.add(new InfoModel(this, "Jakub Skorłutowski", getResources().getString(R.string.pl_translation), "https://github.com/SK00RUPA", R.drawable.ic_user));

Expand Down

0 comments on commit 4b0bee2

Please sign in to comment.