merged korean translation

pull/147/head
Elvis Saravia 2023-04-22 15:09:10 -06:00
parent 9fb6a7f041
commit 9665d608bb
32 changed files with 6 additions and 24 deletions

View File

@ -1,23 +0,0 @@
import type { AppProps } from 'next/app';
import Script from 'next/script';
import { Analytics } from '@vercel/analytics/react';
function MyApp({ Component, pageProps }: AppProps) {
return (
<>
<Script async src="https://www.googletagmanager.com/gtag/js?id=G-ST7R3WQ353"/>
<Script>{`
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ST7R3WQ353');
`}
</Script>
<Component {...pageProps} />
<Analytics />
</>
);
}
export default MyApp;

View File

@ -5,7 +5,7 @@ const withNextra = require('nextra')({
module.exports = withNextra({
i18n: {
locales: ['en', 'zh', 'jp', 'pt', 'tr', 'es', 'it', 'fr'],
locales: ['en', 'zh', 'jp', 'pt', 'tr', 'es', 'it', 'fr', 'kr'],
defaultLocale: 'en',
},
})

View File

@ -1,5 +1,6 @@
{
"pal": "PAL프로그램 언어 지원 모델)",
"generating": "데이터 생성",
"coding": "Generating Code",
"workplace_casestudy": "학위가 필요한 직업을 분류한 사례연구"
}

View File

@ -0,0 +1,3 @@
# Generating Code
Needs translation! Feel free to contribute a translating by clicking the `Edit this page` button on the right side.

View File

@ -24,6 +24,7 @@ const config: DocsThemeConfig = {
{ locale: 'tr', text: 'Türkçe' },
{ locale: 'es', text: 'Español' },
{ locale: 'fr', text: 'Français' },
{ locale: 'kr', text: '한국어' },
],
head: function UseHead() {
const { title } = useConfig()