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

Side by Side Diff: grit/testdata/duplicate-name-input.xml

Issue 1442863002: Remove contents of grit's SVN repository. (Closed) Base URL: http://grit-i18n.googlecode.com/svn/trunk/
Patch Set: Created 5 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « grit/testdata/details.html ('k') | grit/testdata/email_result.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit base_dir="." latest_public_release="2" current_release="3" source_lang_id= "en-US">
3 <release seq="3">
4 <messages>
5 <message name="IDS_GREETING" desc="Printed to greet the currently logged in user">
6 Hello <ph name="USERNAME">%s<ex>Joi</ex></ph>, how are you doing today ?
7 </message>
8 </messages>
9 <structures>
10 <!-- Duplicate name here -->
11 <structure type="version" name="IDS_GREETING" file="rc_files/bla.rc" />
12 </structures>
13 </release>
14 <translations>
15 <file path="figs_nl_translations.xml" />
16 <file path="cjk_translations.xml" />
17 </translations>
18 <outputs>
19 <output filename="resource.h" type="rc_header" />
20 <output filename="resource_en.rc" type="rc_all" lang="en-US" />
21 <output filename="resource_fr.rc" type="rc_all" lang="fr-FR" />
22 <output filename="resource_it.rc" type="rc_translateable" lang="it-IT" />
23 <output filename="resource_zh_cn.rc" type="rc_translateable" lang="zh-CN" />
24 <output filename="nontranslateable.rc" type="rc_nontranslateable" />
25 </outputs>
26 </grit>
OLDNEW
« 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