Skip to content

Commit

Permalink
Add 4 locales - autogen files
Browse files Browse the repository at this point in the history
Reviewed By: aaronbabst

Differential Revision: D17144725

fbshipit-source-id: 661a34dbd55cd1ea24784fae3422335931e9d1fe
  • Loading branch information
Mingyu Huo authored and facebook-github-bot committed Sep 4, 2019
1 parent 6812249 commit 36b53a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions runtime/nonfb/FBLocaleToLang.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Copyright 2004-present Facebook. All Rights Reserved.
*
* @generated SignedSource<<c648c0bb5dbd69f00beed4de4138f1dc>>
* @generated SignedSource<<40343f66af317a3ae984113e5610efd1>>
*
* Generated by FBLocToLangScript
*
Expand Down Expand Up @@ -43,7 +43,11 @@ const _locToLang = {
"qb_DE": "hsb",
"qe_US": "esu",
"bv_DE": "bar",
"qt_US": "tli"
"qt_US": "tli",
"nh_MX": "nah",
"tq_AR": "tob",
"fn_IT": "fur",
"lr_IT": "lij"
};

const FBLocaleToLang = {
Expand Down
8 changes: 6 additions & 2 deletions transform/babel-plugin-fbt/translate/FBLocaleToLang.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Copyright 2004-present Facebook. All Rights Reserved.
*
* @generated SignedSource<<c648c0bb5dbd69f00beed4de4138f1dc>>
* @generated SignedSource<<40343f66af317a3ae984113e5610efd1>>
*
* Generated by FBLocToLangScript
*
Expand Down Expand Up @@ -43,7 +43,11 @@ const _locToLang = {
"qb_DE": "hsb",
"qe_US": "esu",
"bv_DE": "bar",
"qt_US": "tli"
"qt_US": "tli",
"nh_MX": "nah",
"tq_AR": "tob",
"fn_IT": "fur",
"lr_IT": "lij"
};

const FBLocaleToLang = {
Expand Down

0 comments on commit 36b53a4

Please sign in to comment.