Update Crowdin URL
Also add JingMatrix to the translator lists of French and Chinese
This commit is contained in:
parent
92cbed418e
commit
8c0aa4c282
|
|
@ -354,7 +354,7 @@ public class SettingsFragment extends BaseFragment {
|
||||||
Preference translation = findPreference("translation");
|
Preference translation = findPreference("translation");
|
||||||
if (translation != null) {
|
if (translation != null) {
|
||||||
translation.setOnPreferenceClickListener(preference -> {
|
translation.setOnPreferenceClickListener(preference -> {
|
||||||
NavUtil.startURL(requireActivity(), "https://lsposed.crowdin.com/lsposed");
|
NavUtil.startURL(requireActivity(), "https://crowdin.com/project/lsposed_jingmatrix");
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
translation.setSummary(getString(R.string.settings_translation_summary, getString(R.string.app_name)));
|
translation.setSummary(getString(R.string.settings_translation_summary, getString(R.string.app_name)));
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,8 @@
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="about_view_source_code"><![CDATA[Voir le code source sur %1$s<br/>Rejoindre notre canal %2$s]]></string>
|
<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
|
<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">Installer</string>
|
||||||
<string name="install_summary">Appuyer pour installer LSPosed</string>
|
<string name="install_summary">Appuyer pour installer LSPosed</string>
|
||||||
<string name="not_installed">Non installé</string>
|
<string name="not_installed">Non installé</string>
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,8 @@
|
||||||
<item quantity="other">%d 个模块可更新</item>
|
<item quantity="other">%d 个模块可更新</item>
|
||||||
</plurals>
|
</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="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">安装</string>
|
||||||
<string name="install_summary">点击安装 LSPosed</string>
|
<string name="install_summary">点击安装 LSPosed</string>
|
||||||
<string name="not_installed">未安装</string>
|
<string name="not_installed">未安装</string>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue