Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 3849b04

Browse files
Conrad Niedfacebook-github-bot
authored andcommitted
Simplify usages of intl_fb_locale_to_bcp47_lang_tag for parsing
Differential Revision: D43265967 fbshipit-source-id: 7cf10854d9646e49c8d03b1688673cfed991c86e
1 parent 10a162b commit 3849b04

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

packages/babel-plugin-fbt/src/translate/gender/IntlGenderType.js

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @generated SignedSource<<b8a5eb545502f5196972d6d2b0e388af>>
7+
* @generated SignedSource<<4a8ead7e50387e121c39c1a21ded1f51>>
88
*
99
* Run `phps GenderGenScript` to regenerate this file.
1010
*
@@ -22,22 +22,26 @@ export type IntlGenderTypeImpl = typeof IntlMergedUnknownGenderType | typeof Int
2222

2323
const _mergedLocales = {
2424
"ar_AR": 1,
25-
"ht_HT": 1,
2625
"ks_IN": 1,
2726
"lv_LV": 1,
27+
"ps_AF": 1,
2828
"qk_DZ": 1,
2929
"qs_DE": 1,
30-
"qv_IT": 1
30+
"qv_IT": 1,
31+
"sq_AL": 1,
32+
"ti_ET": 1
3133
};
3234

3335
const _mergedLangs = {
3436
"ar": 1,
35-
"ht": 1,
3637
"ks": 1,
3738
"lv": 1,
39+
"ps": 1,
3840
"kab": 1,
3941
"dsb": 1,
40-
"vec": 1
42+
"vec": 1,
43+
"sq": 1,
44+
"ti": 1
4145
};
4246

4347
const IntlGenderType = {

0 commit comments

Comments
 (0)