diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2025-03-27 18:52:52 -0400 |
---|---|---|
committer | James D. Forrester <jforrester@wikimedia.org> | 2025-04-06 08:22:16 -0400 |
commit | c2b16b995d9db4f2da14af5e55bded40cbff82d2 (patch) | |
tree | 0d168c2e822a176f95f32e904c0bed5b8f0b312a /resources/lib/moment/locale/tzl.js | |
parent | 2a5cf3fde93263156557bc1efd21c5a74ce67725 (diff) | |
download | mediawikicore-c2b16b995d9db4f2da14af5e55bded40cbff82d2.tar.gz mediawikicore-c2b16b995d9db4f2da14af5e55bded40cbff82d2.zip |
Upgrade moment from v2.25.2 to v2.30.1
Five new locales, two of which map to supported languages in core
(ku-kmr -> ku, and tk -> tk), and three of which don't but are added
in for future support and for languages that might be configured in
production systems (ar-ps, bn-bd, and es-mx).
Bug: T389416
Change-Id: Ic69ddf92f922515bf36a2ea1770b2c8ebd2c46b2
Diffstat (limited to 'resources/lib/moment/locale/tzl.js')
-rw-r--r-- | resources/lib/moment/locale/tzl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/lib/moment/locale/tzl.js b/resources/lib/moment/locale/tzl.js index 5eb1c067ee6e..43ad139ebf09 100644 --- a/resources/lib/moment/locale/tzl.js +++ b/resources/lib/moment/locale/tzl.js @@ -91,8 +91,8 @@ return isFuture ? format[key][0] : withoutSuffix - ? format[key][0] - : format[key][1]; + ? format[key][0] + : format[key][1]; } return tzl; |