mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 09:58:13 +09:00
fix: polish up en translation
This commit is contained in:
@@ -19,6 +19,6 @@ it('renders welcome message', async () => {
|
||||
<ToastContainer />
|
||||
</StoreProvider>
|
||||
);
|
||||
const text = await findByText('Grab a slick name for your new app');
|
||||
const text = await findByText('Grab a slick name for your new project');
|
||||
expect(text).toBeTruthy();
|
||||
});
|
||||
|
@@ -5,7 +5,7 @@ import XHR from 'i18next-xhr-backend';
|
||||
import LanguageDetector from 'i18next-browser-languagedetector';
|
||||
import { initReactI18next } from 'react-i18next';
|
||||
|
||||
const TRANSLATION_VERSION = '13';
|
||||
const TRANSLATION_VERSION = '14';
|
||||
|
||||
i18n
|
||||
.use(Backend)
|
||||
|
Reference in New Issue
Block a user