From 345ee6b0f4d5e5bb272367c461ae1d4f91b01265 Mon Sep 17 00:00:00 2001 From: dkanada Date: Sun, 3 Feb 2019 01:38:59 +0900 Subject: [PATCH] use lowercase characters for string files to match sharedcomponents --- src/strings/{be-BY.json => be-by.json} | 0 src/strings/{bg-BG.json => bg-bg.json} | 0 src/strings/{en-GB.json => en-gb.json} | 0 src/strings/{en-US.json => en-us.json} | 0 src/strings/{es-AR.json => es-ar.json} | 0 src/strings/{es-MX.json => es-mx.json} | 0 src/strings/{fr-CA.json => fr-ca.json} | 0 src/strings/{hi-IN.json => hi-in.json} | 0 src/strings/{is-IS.json => is-is.json} | 0 src/strings/{lt-LT.json => lt-lt.json} | 0 src/strings/{pt-BR.json => pt-br.json} | 0 src/strings/{pt-PT.json => pt-pt.json} | 0 src/strings/{sl-SI.json => sl-si.json} | 0 src/strings/{zh-CN.json => zh-cn.json} | 0 src/strings/{zh-HK.json => zh-hk.json} | 0 src/strings/{zh-TW.json => zh-tw.json} | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename src/strings/{be-BY.json => be-by.json} (100%) rename src/strings/{bg-BG.json => bg-bg.json} (100%) rename src/strings/{en-GB.json => en-gb.json} (100%) rename src/strings/{en-US.json => en-us.json} (100%) rename src/strings/{es-AR.json => es-ar.json} (100%) rename src/strings/{es-MX.json => es-mx.json} (100%) rename src/strings/{fr-CA.json => fr-ca.json} (100%) rename src/strings/{hi-IN.json => hi-in.json} (100%) rename src/strings/{is-IS.json => is-is.json} (100%) rename src/strings/{lt-LT.json => lt-lt.json} (100%) rename src/strings/{pt-BR.json => pt-br.json} (100%) rename src/strings/{pt-PT.json => pt-pt.json} (100%) rename src/strings/{sl-SI.json => sl-si.json} (100%) rename src/strings/{zh-CN.json => zh-cn.json} (100%) rename src/strings/{zh-HK.json => zh-hk.json} (100%) rename src/strings/{zh-TW.json => zh-tw.json} (100%) diff --git a/src/strings/be-BY.json b/src/strings/be-by.json similarity index 100% rename from src/strings/be-BY.json rename to src/strings/be-by.json diff --git a/src/strings/bg-BG.json b/src/strings/bg-bg.json similarity index 100% rename from src/strings/bg-BG.json rename to src/strings/bg-bg.json diff --git a/src/strings/en-GB.json b/src/strings/en-gb.json similarity index 100% rename from src/strings/en-GB.json rename to src/strings/en-gb.json diff --git a/src/strings/en-US.json b/src/strings/en-us.json similarity index 100% rename from src/strings/en-US.json rename to src/strings/en-us.json diff --git a/src/strings/es-AR.json b/src/strings/es-ar.json similarity index 100% rename from src/strings/es-AR.json rename to src/strings/es-ar.json diff --git a/src/strings/es-MX.json b/src/strings/es-mx.json similarity index 100% rename from src/strings/es-MX.json rename to src/strings/es-mx.json diff --git a/src/strings/fr-CA.json b/src/strings/fr-ca.json similarity index 100% rename from src/strings/fr-CA.json rename to src/strings/fr-ca.json diff --git a/src/strings/hi-IN.json b/src/strings/hi-in.json similarity index 100% rename from src/strings/hi-IN.json rename to src/strings/hi-in.json diff --git a/src/strings/is-IS.json b/src/strings/is-is.json similarity index 100% rename from src/strings/is-IS.json rename to src/strings/is-is.json diff --git a/src/strings/lt-LT.json b/src/strings/lt-lt.json similarity index 100% rename from src/strings/lt-LT.json rename to src/strings/lt-lt.json diff --git a/src/strings/pt-BR.json b/src/strings/pt-br.json similarity index 100% rename from src/strings/pt-BR.json rename to src/strings/pt-br.json diff --git a/src/strings/pt-PT.json b/src/strings/pt-pt.json similarity index 100% rename from src/strings/pt-PT.json rename to src/strings/pt-pt.json diff --git a/src/strings/sl-SI.json b/src/strings/sl-si.json similarity index 100% rename from src/strings/sl-SI.json rename to src/strings/sl-si.json diff --git a/src/strings/zh-CN.json b/src/strings/zh-cn.json similarity index 100% rename from src/strings/zh-CN.json rename to src/strings/zh-cn.json diff --git a/src/strings/zh-HK.json b/src/strings/zh-hk.json similarity index 100% rename from src/strings/zh-HK.json rename to src/strings/zh-hk.json diff --git a/src/strings/zh-TW.json b/src/strings/zh-tw.json similarity index 100% rename from src/strings/zh-TW.json rename to src/strings/zh-tw.json