Skip to content

Commit bad1082

Browse files
authored
Don't translate app name
1 parent 95d685b commit bad1082

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)