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

feat: add archlinux

This commit is contained in:
2021-03-05 17:32:40 +09:00
parent dc62baf8be
commit 63bd18b38d
6 changed files with 58 additions and 11 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 = '4';
const TRANSLATION_VERSION = '5';
i18n
.use(Backend)