Skip to content

Commit 5290623

Browse files
authored
Merge pull request #98 from licaon-kter/patch-1
Don't translate app name
2 parents 11e9570 + 6afbac3 commit 5290623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<resources
22
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
33

4-
<string name="app_name">Video Transcoder</string>
4+
<string name="app_name" translatable="false">Video Transcoder</string>
55

66
<string name="selectVideo">Select\nVideo</string>
77
<string name="encode">Encode</string>

0 commit comments

Comments
 (0)