From 5012f8938e8faf4e498c262d74bff41b91f77de5 Mon Sep 17 00:00:00 2001 From: Build Service Date: Wed, 29 Mar 2017 16:55:47 -0700 Subject: [PATCH] @allow-large-files @ignore-conflict-markers[i18n] translation auto-update for i18n/fb4a.config.json on master fbshipit-source-id: 2d84aa83e9efaaa89838da7c8d9595692b6bccdd --- .../android/app/src/main/res/values-af/strings.xml | 7 +++++++ .../android/app/src/main/res/values-bg/strings.xml | 7 +++++++ .../android/app/src/main/res/values-bn/strings.xml | 7 +++++++ .../android/app/src/main/res/values-gu/strings.xml | 7 +++++++ .../android/app/src/main/res/values-hi/strings.xml | 7 +++++++ .../android/app/src/main/res/values-hr/strings.xml | 7 +++++++ .../android/app/src/main/res/values-kn/strings.xml | 7 +++++++ .../android/app/src/main/res/values-lt/strings.xml | 7 +++++++ .../android/app/src/main/res/values-ml/strings.xml | 7 +++++++ .../android/app/src/main/res/values-mr/strings.xml | 7 +++++++ .../android/app/src/main/res/values-ms/strings.xml | 7 +++++++ .../android/app/src/main/res/values-my/strings.xml | 7 +++++++ .../android/app/src/main/res/values-pa/strings.xml | 7 +++++++ .../android/app/src/main/res/values-qz/strings.xml | 7 +++++++ .../android/app/src/main/res/values-sk/strings.xml | 7 +++++++ .../android/app/src/main/res/values-sq/strings.xml | 7 +++++++ .../android/app/src/main/res/values-sr/strings.xml | 7 +++++++ .../android/app/src/main/res/values-sw/strings.xml | 7 +++++++ .../android/app/src/main/res/values-ta/strings.xml | 7 +++++++ .../android/app/src/main/res/values-te/strings.xml | 7 +++++++ .../android/app/src/main/res/values-tl/strings.xml | 7 +++++++ .../android/app/src/main/res/values-ur/strings.xml | 7 +++++++ 22 files changed, 154 insertions(+) create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-af/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-bg/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-bn/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-gu/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-hi/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-hr/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-kn/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-lt/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-ml/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-mr/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-ms/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-my/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-pa/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-qz/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-sk/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-sq/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-sr/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-sw/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-ta/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-te/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-tl/strings.xml create mode 100644 local-cli/templates/HelloWorld/android/app/src/main/res/values-ur/strings.xml diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-af/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-af/strings.xml new file mode 100644 index 00000000000..2ac5f222d3d --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-af/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-bg/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-bg/strings.xml new file mode 100644 index 00000000000..0dbf0001273 --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-bg/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-bn/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-bn/strings.xml new file mode 100644 index 00000000000..4af0c011730 --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-bn/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-gu/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-gu/strings.xml new file mode 100644 index 00000000000..f3174fd2091 --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-gu/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-hi/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-hi/strings.xml new file mode 100644 index 00000000000..41f3ba790ab --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-hi/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-hr/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-hr/strings.xml new file mode 100644 index 00000000000..0112dc17382 --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-hr/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-kn/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-kn/strings.xml new file mode 100644 index 00000000000..24974059909 --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-kn/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-lt/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-lt/strings.xml new file mode 100644 index 00000000000..0a9ee397a3d --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-lt/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-ml/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-ml/strings.xml new file mode 100644 index 00000000000..0421596adc4 --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-ml/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-mr/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-mr/strings.xml new file mode 100644 index 00000000000..06650b35cde --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-mr/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-ms/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-ms/strings.xml new file mode 100644 index 00000000000..3254e7a4de1 --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-ms/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-my/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-my/strings.xml new file mode 100644 index 00000000000..35aed121219 --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-my/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-pa/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-pa/strings.xml new file mode 100644 index 00000000000..f1994ddd214 --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-pa/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-qz/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-qz/strings.xml new file mode 100644 index 00000000000..2bad18d0dfe --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-qz/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-sk/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-sk/strings.xml new file mode 100644 index 00000000000..a7b69ad9337 --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-sk/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-sq/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-sq/strings.xml new file mode 100644 index 00000000000..0004bf85b65 --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-sq/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-sr/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-sr/strings.xml new file mode 100644 index 00000000000..44a106992d3 --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-sr/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-sw/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-sw/strings.xml new file mode 100644 index 00000000000..9a632fd5131 --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-sw/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-ta/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-ta/strings.xml new file mode 100644 index 00000000000..4f2782cb2ea --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-ta/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-te/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-te/strings.xml new file mode 100644 index 00000000000..87a19868db8 --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-te/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-tl/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-tl/strings.xml new file mode 100644 index 00000000000..83fab2e66d3 --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-tl/strings.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/main/res/values-ur/strings.xml b/local-cli/templates/HelloWorld/android/app/src/main/res/values-ur/strings.xml new file mode 100644 index 00000000000..20afa4784dc --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/main/res/values-ur/strings.xml @@ -0,0 +1,7 @@ + + + + + + +