1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 18:08:11 +09:00

feat: add Google Play Store

This commit is contained in:
2020-08-31 09:44:05 +09:00
committed by uetchy
parent f5f7b51fcb
commit 66ade01c4d
10 changed files with 303 additions and 211 deletions

View File

@@ -5,7 +5,7 @@ import XHR from 'i18next-xhr-backend';
import LanguageDetector from 'i18next-browser-languagedetector';
import { initReactI18next } from 'react-i18next';
const TRANSLATION_VERSION = '3';
const TRANSLATION_VERSION = '4';
i18n
.use(Backend)