Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLDR-18248 Create en_030.xml #4303

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CLDR-18099 Create en_FR.xml
CLDR-18099

Add en_FR.xml file
AEApple authored Jan 15, 2025
commit 4be172d1957725d6008858be440bf4abae776af4
14 changes: 14 additions & 0 deletions common/main/en_FR.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision$"/>
<language type="en"/>
<territory type="FR"/>
</identity>
</ldml>

Unchanged files with check annotations Beta

}
if (!collectedBad.isEmpty()) {
warnln(

Check warning on line 563 in tools/cldr-code/src/test/java/org/unicode/cldr/unittest/LikelySubtagsTest.java

GitHub Actions / build

(LikelySubtagsTest.java:563) Warning: Locales have 220 unexpected characters in main and/or aux: [҂״܀-܍०-९৲-৺੦-੯૰౦-౯໐-໙၀-၉၏႐-႙႞႟፠-፼᎐-᎙᠐-᠙⳥-⳪꒐-꓆𞅏{a\:}{ch’}{e\:}{i\:}{k’}{o\:}{ts’}{tł’}{t’}{à\:}{á\:}{è\:}{é\:}{ì\:}{í\:}{ò\:}{ó\:}{ଅ\:}{ଆ\:}{ଏ\:}]
"Locales have "
+ collectedBad.size()
+ " unexpected characters in main and/or aux:\t"
if (logKnownIssue("CLDR-16394", "slightly out of order")) {
errorType = WARN;
}
msg(

Check warning on line 449 in tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestAnnotations.java

GitHub Actions / build

(TestAnnotations.java:449) Warning: Out of order: 🧔‍♀ (57700) woman: beard > 👩 (61200) woman

Check warning on line 449 in tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestAnnotations.java

GitHub Actions / build

(TestAnnotations.java:449) Warning: Out of order: 👱‍♀ (66700) woman: blond hair > 👱‍♂ (67900) man: blond hair

Check warning on line 449 in tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestAnnotations.java

GitHub Actions / build

(TestAnnotations.java:449) Warning: Out of order: 🫆 (347500) fingerprint > 🏻 (347600) light skin tone
"Out of order: "
+ lastEmoji
+ " ("
void show(DtdType dtdType, boolean verbose, ImmutableSet<ValueStatus> retain) {
if (dtdData.dtdType == DtdType.keyboard3
&& testLog.logKnownIssue("CLDR-14974", "skipping for keyboard")) {
testLog.warnln("keyboard3 is missing validity checks");

Check warning on line 312 in tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestAttributeValues.java

GitHub Actions / build

(TestAttributeValues.java:312) Warning: keyboard3 is missing validity checks
}
boolean haveProblems = false;
for (ValueStatus valueStatus : ValueStatus.values()) {
}
String value = swissHighGerman.getStringValue(xpath);
if (value != null && value.indexOf('ß') >= 0) {
warnln("«" + value + "» contains ß at " + xpath);

Check warning on line 917 in tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestCLDRFile.java

GitHub Actions / build

(TestCLDRFile.java:917) Warning: «Deko | Emotion | Gefühl | Herz | Herzdekoration | Liebe | lila | violett | weiß» contains ß at //ldml/annotations/annotation[@cp="💟"]

Check warning on line 917 in tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestCLDRFile.java

GitHub Actions / build

(TestCLDRFile.java:917) Warning: «Emotion | Gefühl | Herz | Herzen | Hochzeitstag | Jahrestag | kreisen | Liebe | süß» contains ß at //ldml/annotations/annotation[@cp="💞"]

Check warning on line 917 in tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestCLDRFile.java

GitHub Actions / build

(TestCLDRFile.java:917) Warning: «alt | älter | erwachsen | Großeltern | Mensch | Person | weise» contains ß at //ldml/annotations/annotation[@cp="🧓"]

Check warning on line 917 in tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestCLDRFile.java

GitHub Actions / build

(TestCLDRFile.java:917) Warning: «aquamarin | Emotion | gefallen | gefällt | Gefühl | hdl | hellblau | Herz | Liebe | mag | mögen | niedlich | süß | türkis | zyan» contains ß at //ldml/annotations/annotation[@cp="🩵"]

Check warning on line 917 in tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestCLDRFile.java

GitHub Actions / build

(TestCLDRFile.java:917) Warning: «Gesicht | keine Ahnung | Smiley | traurig | verwirrt | verwundert | weiß nicht» contains ß at //ldml/annotations/annotation[@cp="😕"]
}
}
}