1
0
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:
uetchy 2022-04-21 14:44:23 +09:00
parent 0db775f3b4
commit 24bbfc1af4
4 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,12 @@
{
"about": "About",
"available": "Available",
"blog": "Blog Article",
"blog": "Introduction",
"community": "Community",
"contributors": "Contributors",
"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",
"gettingStartedWithExample": "Try with namae",
"issues": "Issues",
@ -50,7 +51,6 @@
"youtube": "YouTube"
},
"showMore": "show more",
"title": "Grab a slick name for your new app",
"try": "How about this?",
"unavailable": "Unavailable",
"uniqueness": {

View File

@ -1,7 +1,7 @@
{
"about": "概要",
"available": "取得できます",
"blog": "ブログ",
"blog": "紹介",
"community": "コミュニティ",
"contributors": "貢献者",
"countryCode": "jp",

View File

@ -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();
});

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