Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: chrome/android/webapk/strings/android_webapk_strings.grd

Issue 2948653002: Allow localization of WebApk name. (Closed)
Patch Set: Fix another tests. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/webapk/shell_apk/shell_apk_version.gni ('k') | chrome/android/webapk/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/webapk/strings/android_webapk_strings.grd
diff --git a/chrome/android/webapk/strings/android_webapk_strings.grd b/chrome/android/webapk/strings/android_webapk_strings.grd
index 1ca3d61f1ff355d3aa97f36f8881b5279c36f05d..4dfa9d783878c04c83b63337f786fb4405836743 100644
--- a/chrome/android/webapk/strings/android_webapk_strings.grd
+++ b/chrome/android/webapk/strings/android_webapk_strings.grd
@@ -112,6 +112,10 @@
<message name="IDS_INSTALL_HOST_BROWSER_DIALOG_INSTALL_BUTTON" desc="Text for the install button on the dialog. ">
INSTALL
</message>
+ <message name="IDS_NAME" desc="The name of the WebAPK." translateable="false">
+ </message>
+ <message name="IDS_SHORT_NAME" desc="The short name of the WebAPK." translateable="false">
+ </message>
</messages>
</release>
</grit>
« no previous file with comments | « chrome/android/webapk/shell_apk/shell_apk_version.gni ('k') | chrome/android/webapk/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698