Commit 20bd2f6c authored by David Yeung's avatar David Yeung
Browse files

[73.1] Updating staging branch chromium/113 with main

Includes changes from
https://chromium.googlesource.com/chromium/deps/icu.git/+log/1eea59cab..176652487762

17665248 Add language names for Translate by Megan Jablonski · 10 days ago main
ca4689c8 Revert "[ICU 73-1] Update main to 73-1" by Megan Jablonski · 10 days ago
bd76df97 Revert "Add language names for Translate" by Megan Jablonski · 10 days ago
709d56e2 Add language names for Translate by Megan Jablonski · 13 days ago


Most of those commits are reverts. The main thing is the name_5_langs.patch.

Interestingly enough, locale_google.patch also was updated but that's probably because I pulled from g3 again with the 73-1 changes.

Change-Id: Ieca729a506988bf6e72029fde2d8ac77c991a477
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/deps/icu/+/4603346


Reviewed-by: default avatarKoji Ishii <kojii@chromium.org>
Reviewed-by: default avatarFrank Tang <ftang@chromium.org>
No related merge requests found
Showing with 14233 additions and 131 deletions
+14233 -131
......@@ -169,6 +169,11 @@ D. Local Modifications
- patches/locale1.patch: Minor fixes for Korean
- patches/name_5_langs.patch: add the native names of 5 languages not currently
supported by CLDR/ICU. When updating the ICU to a new version,
source/data/lang/{ay,dv,ilo,lus,ts}.txt have to be checked and if they are
present with their display names populated, this patch has to be adjusted
or discarded as necessary.
2. Breakiterator patches
- patches/wordbrk.patch for word.txt, word_POSIX.txt, and word_fi_sv.txt
......@@ -248,5 +253,4 @@ D. Local Modifications
9. Patch source/common/uposixdefs.h so it compiles on Fuchsia on Macs.
patches/fuchsia.patch
- context bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1184527
- context bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1184527
\ No newline at end of file
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
diff --git a/source/data/lang/ay.txt b/source/data/lang/ay.txt
new file mode 100644
index 000000000..e118426fd
--- /dev/null
+++ b/source/data/lang/ay.txt
@@ -0,0 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
+ay{
+ Languages{
+ ay{"Aymar"}
+ }
+}
+
diff --git a/source/data/lang/dv.txt b/source/data/lang/dv.txt
new file mode 100644
index 000000000..e48526146
--- /dev/null
+++ b/source/data/lang/dv.txt
@@ -0,0 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
+dv{
+ Languages{
+ dv{"ދިވެހި"}
+ }
+}
+
diff --git a/source/data/lang/ilo.txt b/source/data/lang/ilo.txt
new file mode 100644
index 000000000..6d92107d4
--- /dev/null
+++ b/source/data/lang/ilo.txt
@@ -0,0 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
+ilo{
+ Languages{
+ ilo{"Ilokano"}
+ }
+}
+
diff --git a/source/data/lang/lus.txt b/source/data/lang/lus.txt
new file mode 100644
index 000000000..1f76020a9
--- /dev/null
+++ b/source/data/lang/lus.txt
@@ -0,0 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
+lus{
+ Languages{
+ lus{"Mizo tawng"}
+ }
+}
+
diff --git a/source/data/lang/ts.txt b/source/data/lang/ts.txt
new file mode 100644
index 000000000..a9928e3f2
--- /dev/null
+++ b/source/data/lang/ts.txt
@@ -0,0 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
+ts{
+ Languages{
+ ts{"Xitsonga"}
+ }
+}
+
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
ay{
Languages{
ay{"Aymar"}
}
}
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
dv{
Languages{
dv{"ދިވެހި"}
}
}
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
ilo{
Languages{
ilo{"Ilokano"}
}
}
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
lus{
Languages{
lus{"Mizo tawng"}
}
}
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
ts{
Languages{
ts{"Xitsonga"}
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment