Mark player names as not translatable
This commit is contained in:
parent
b53d6838a9
commit
63deaa5025
1 changed files with 9 additions and 9 deletions
|
|
@ -16,8 +16,8 @@
|
|||
<string name="git_hub" translatable="false">GitHub</string>
|
||||
<string name="twitter" translatable="false">Twitter</string>
|
||||
|
||||
<string name="card">Card</string>
|
||||
<string name="flat">Flat</string>
|
||||
<string name="card" translatable="false">Card</string>
|
||||
<string name="flat" translatable="false">Flat</string>
|
||||
|
||||
<string-array name="donation_ids" translatable="false">
|
||||
<item>donation_1</item>
|
||||
|
|
@ -30,15 +30,15 @@
|
|||
|
||||
<string name="license_dialog_style" translatable="false">
|
||||
body {
|
||||
background-color: #{bg-color};
|
||||
color: #{text-color};
|
||||
font-family: sans-serif;
|
||||
overflow-wrap: break-word;
|
||||
background-color: #{bg-color};
|
||||
color: #{text-color};
|
||||
font-family: sans-serif;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
pre {
|
||||
background-color: #{license-bg-color};
|
||||
padding: 1em;
|
||||
white-space: pre-wrap;
|
||||
background-color: #{license-bg-color};
|
||||
padding: 1em;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
</string>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue