Issue 112445 - Include / exclude java properties files from the l10n process
Summary: Include / exclude java properties files from the l10n process
Status: CLOSED FIXED
Alias: None
Product: Internationalization
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: ivo.hinkelmann
QA Contact: issues@l10n
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-16 13:27 UTC by ivo.hinkelmann
Modified: 2017-05-20 11:42 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
script used for marking a bunch of files (881 bytes, text/plain)
2010-06-16 13:39 UTC, ivo.hinkelmann
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description ivo.hinkelmann 2010-06-16 13:27:03 UTC
Java properties are now part of the l10n process. All *.properties files that
are found in the source are automatically taken. If you want to exclude a file
please mark it at the beginning of the file with this marker:

# x-no-translate

the tooling will stop processing this file as soon as this line is found. ( Add
the marker straight below the copyright text! )
Comment 1 ivo.hinkelmann 2010-06-16 13:39:00 UTC
Created attachment 70030 [details]
script used for marking a bunch of files
Comment 2 ivo.hinkelmann 2010-06-16 13:39:18 UTC
fixed
Comment 3 ivo.hinkelmann 2010-06-16 17:37:00 UTC
.
Comment 4 ivo.hinkelmann 2010-06-16 17:38:41 UTC
.
Comment 5 hjs 2010-06-22 12:37:30 UTC
seen lots of 
# x-no-translate
lines...