mirror of
https://github.com/uetchy/namae.git
synced 2025-03-16 20:20:38 +09:00
fix: polish up en translation
This commit is contained in:
parent
0db775f3b4
commit
24bbfc1af4
@ -1,11 +1,12 @@
|
|||||||
{
|
{
|
||||||
"about": "About",
|
"about": "About",
|
||||||
"available": "Available",
|
"available": "Available",
|
||||||
"blog": "Blog Article",
|
"blog": "Introduction",
|
||||||
"community": "Community",
|
"community": "Community",
|
||||||
"contributors": "Contributors",
|
"contributors": "Contributors",
|
||||||
"countryCode": "us",
|
"countryCode": "us",
|
||||||
"description": "Check availability for your new app name ideas across major registries at once.",
|
"title": "Grab a slick name for your new project",
|
||||||
|
"description": "Check availability of your new app/library/organization name ideas across all major registries at once.",
|
||||||
"gettingStarted": "Getting Started",
|
"gettingStarted": "Getting Started",
|
||||||
"gettingStartedWithExample": "Try with namae",
|
"gettingStartedWithExample": "Try with namae",
|
||||||
"issues": "Issues",
|
"issues": "Issues",
|
||||||
@ -50,7 +51,6 @@
|
|||||||
"youtube": "YouTube"
|
"youtube": "YouTube"
|
||||||
},
|
},
|
||||||
"showMore": "show more",
|
"showMore": "show more",
|
||||||
"title": "Grab a slick name for your new app",
|
|
||||||
"try": "How about this?",
|
"try": "How about this?",
|
||||||
"unavailable": "Unavailable",
|
"unavailable": "Unavailable",
|
||||||
"uniqueness": {
|
"uniqueness": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"about": "概要",
|
"about": "概要",
|
||||||
"available": "取得できます",
|
"available": "取得できます",
|
||||||
"blog": "ブログ",
|
"blog": "紹介",
|
||||||
"community": "コミュニティ",
|
"community": "コミュニティ",
|
||||||
"contributors": "貢献者",
|
"contributors": "貢献者",
|
||||||
"countryCode": "jp",
|
"countryCode": "jp",
|
||||||
|
@ -19,6 +19,6 @@ it('renders welcome message', async () => {
|
|||||||
<ToastContainer />
|
<ToastContainer />
|
||||||
</StoreProvider>
|
</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();
|
expect(text).toBeTruthy();
|
||||||
});
|
});
|
||||||
|
@ -5,7 +5,7 @@ import XHR from 'i18next-xhr-backend';
|
|||||||
import LanguageDetector from 'i18next-browser-languagedetector';
|
import LanguageDetector from 'i18next-browser-languagedetector';
|
||||||
import { initReactI18next } from 'react-i18next';
|
import { initReactI18next } from 'react-i18next';
|
||||||
|
|
||||||
const TRANSLATION_VERSION = '13';
|
const TRANSLATION_VERSION = '14';
|
||||||
|
|
||||||
i18n
|
i18n
|
||||||
.use(Backend)
|
.use(Backend)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user