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

Unified Diff: grit/testdata/duplicate-name-input.xml

Issue 7994004: Initial source commit to grit-i18n project. (Closed) Base URL: http://grit-i18n.googlecode.com/svn/trunk/
Patch Set: Created 9 years, 3 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 | « grit/testdata/details.html ('k') | grit/testdata/email_result.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/testdata/duplicate-name-input.xml
===================================================================
--- grit/testdata/duplicate-name-input.xml (revision 0)
+++ grit/testdata/duplicate-name-input.xml (revision 0)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grit base_dir="." latest_public_release="2" current_release="3" source_lang_id="en-US">
+ <release seq="3">
+ <messages>
+ <message name="IDS_GREETING" desc="Printed to greet the currently logged in user">
+ Hello <ph name="USERNAME">%s<ex>Joi</ex></ph>, how are you doing today?
+ </message>
+ </messages>
+ <structures>
+ <!-- Duplicate name here -->
+ <structure type="version" name="IDS_GREETING" file="rc_files/bla.rc" />
+ </structures>
+ </release>
+ <translations>
+ <file path="figs_nl_translations.xml" />
+ <file path="cjk_translations.xml" />
+ </translations>
+ <outputs>
+ <output filename="resource.h" type="rc_header" />
+ <output filename="resource_en.rc" type="rc_all" lang="en-US" />
+ <output filename="resource_fr.rc" type="rc_all" lang="fr-FR" />
+ <output filename="resource_it.rc" type="rc_translateable" lang="it-IT" />
+ <output filename="resource_zh_cn.rc" type="rc_translateable" lang="zh-CN" />
+ <output filename="nontranslateable.rc" type="rc_nontranslateable" />
+ </outputs>
+</grit>
Property changes on: grit/testdata/duplicate-name-input.xml
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « grit/testdata/details.html ('k') | grit/testdata/email_result.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698