move corwdin Link to strings

This commit is contained in:
6543 2019-10-04 17:44:38 +02:00
parent e32ccde995
commit 1512032f05
No known key found for this signature in database
GPG Key ID: A1CA74D27FD13271
2 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public class AboutFragment extends Fragment {
Intent intent = new Intent();
intent.setAction(Intent.ACTION_VIEW);
intent.addCategory(Intent.CATEGORY_BROWSABLE);
intent.setData(Uri.parse("https://crowdin.com/project/gitnex"));
intent.setData(Uri.parse(getResources().getString(R.string.corwdinLink)));
startActivity(intent);
}
});

View File

@ -14,6 +14,7 @@
<string name="supportLinkPatreon" translatable="false">https://www.patreon.com/mmarif</string>
<string name="appVerBuild" translatable="false">%1$s / build %2$d</string>
<string name="appDesc" translatable="false">GitNex is a free, open-source Android client for Git repository management tool Gitea. GitNex is Licensed under GPLv3.\n\nThanks to all the contributors and sponsors for your generous work and donations.</string>
<string name="corwdinLink" translatable="false">https://crowdin.com/project/gitnex</string>
<!-- These strings does not need translations -->
<!-- links text -->