mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
String fix
This commit is contained in:
@@ -83,7 +83,9 @@ public class AboutFragment extends Fragment {
|
||||
}
|
||||
});
|
||||
if (!getDefault().getLanguage()
|
||||
.equals(ENGLISH.toString())) {
|
||||
.equals(ENGLISH.toString()) &&
|
||||
getString(R.string.translated_by).length() != 0 &&
|
||||
getString(R.string.translator_name).length() != 0) {
|
||||
translatedBy.setVisibility(View.VISIBLE);
|
||||
translatedBy.setText(getString(
|
||||
R.string.translated_by,
|
||||
|
||||
@@ -697,8 +697,8 @@
|
||||
<string name="links">Links</string>
|
||||
<string name="briar_website">\u2022 <a href="">Briar website</a></string>
|
||||
<string name="briar_source_code">\u2022 <a href="">Briar source code</a></string>
|
||||
<string name="translated_by">Translated by: %s</string>
|
||||
<string name="translator_name">Your name</string> <!-- Here translators can add their names or Transifex usernames -->
|
||||
<string name="translated_by"></string><!--Just translate this: "Translated by: %s" -->
|
||||
<string name="translator_name"></string> <!-- Here translators can add their names or Transifex usernames -->
|
||||
<string name="translator_thanks">Thanks to all the unlisted contributors in the Localisation Lab</string>
|
||||
|
||||
<!-- Conversation Settings -->
|
||||
|
||||
Reference in New Issue
Block a user