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:
@@ -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);
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user