Skip to content

Commit

Permalink
Update Crowdin URL
Browse files Browse the repository at this point in the history
Also add JingMatrix to the translator lists of French and Chinese
  • Loading branch information
JingMatrix committed Oct 9, 2024
1 parent 92cbed4 commit 8c0aa4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ public void onCreatePreferences(Bundle savedInstanceState, String rootKey) {
Preference translation = findPreference("translation");
if (translation != null) {
translation.setOnPreferenceClickListener(preference -> {
NavUtil.startURL(requireActivity(), "https://lsposed.crowdin.com/lsposed");
NavUtil.startURL(requireActivity(), "https://crowdin.com/project/lsposed_jingmatrix");
return true;
});
translation.setSummary(getString(R.string.settings_translation_summary, getString(R.string.app_name)));
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
</plurals>
<string name="about_view_source_code"><![CDATA[Voir le code source sur %1$s<br/>Rejoindre notre canal %2$s]]></string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">https://github.com/xerta555
https://github.com/tclement0922</string>
https://github.com/tclement0922
JingMatrix</string>
<string name="install">Installer</string>
<string name="install_summary">Appuyer pour installer LSPosed</string>
<string name="not_installed">Non installé</string>
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
<item quantity="other">%d 个模块可更新</item>
</plurals>
<string name="about_view_source_code"><![CDATA[在 %1$s 查看源码<br/>加入我们的 %2$s 频道<br/>加入我们的 <b><a href="mqqguild://guild/share?inviteCode=Xz9dJ&from=246610">QQ 频道</a></b>]]></string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">LSPosed</string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">LSPosed
JingMatrix</string>
<string name="install">安装</string>
<string name="install_summary">点击安装 LSPosed</string>
<string name="not_installed">未安装</string>
Expand Down

0 comments on commit 8c0aa4c

Please sign in to comment.