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

feat: new uniqueness indicator

This commit is contained in:
2020-06-20 18:19:05 +09:00
parent 8f3716b4d5
commit 2bb631ee7e
10 changed files with 56 additions and 82 deletions

View File

@@ -4,7 +4,7 @@ export const mobile = '@media screen and (max-width: 800px)';
export const slideUp = keyframes`
from {
transform: translateY(150%) skewY(10deg);
transform: translateY(200%) skewY(10deg);
}
to {
transform: translateY(0) skewY(0);

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 = '1.16';
const TRANSLATION_VERSION = '1.17';
i18n
.use(Backend)