From 4517ee5ac38d3e6002994b09ca32f5a9716be1b2 Mon Sep 17 00:00:00 2001 From: Olzhas Alexandrov <9992724+o-alexandrov@users.noreply.github.com> Date: Thu, 17 Oct 2024 06:30:53 -0500 Subject: [PATCH] CHANGED: sync langs --- src/arabic-standard.ts | 1 + src/chinese-simplified.ts | 1 + src/french.ts | 1 + src/german.ts | 1 + src/hindi.ts | 1 + src/indonesian.ts | 1 + src/japanese.ts | 1 + src/korean.ts | 1 + src/portuguese.ts | 1 + src/russian.ts | 1 + src/spanish.ts | 1 + src/thai.ts | 1 + src/vietnamese.ts | 1 + 13 files changed, 13 insertions(+) diff --git a/src/arabic-standard.ts b/src/arabic-standard.ts index 6164dc1..bdb3b01 100644 --- a/src/arabic-standard.ts +++ b/src/arabic-standard.ts @@ -1,4 +1,5 @@ export const text: text = { + pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`, _colon: `: `, _comma: `، `, _dot: `. `, diff --git a/src/chinese-simplified.ts b/src/chinese-simplified.ts index 563ca78..96c867e 100644 --- a/src/chinese-simplified.ts +++ b/src/chinese-simplified.ts @@ -1,4 +1,5 @@ export const text: text = { + pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`, _colon: `:`, _comma: `、`, _dot: `。`, diff --git a/src/french.ts b/src/french.ts index 3f933fc..f2e1bfb 100644 --- a/src/french.ts +++ b/src/french.ts @@ -1,4 +1,5 @@ export const text: text = { + pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`, _colon: ` : `, _comma: `, `, _dot: `. `, diff --git a/src/german.ts b/src/german.ts index fbf9b37..6bc43cc 100644 --- a/src/german.ts +++ b/src/german.ts @@ -1,4 +1,5 @@ export const text: text = { + pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`, _colon: `: `, _comma: `, `, _dot: `. `, diff --git a/src/hindi.ts b/src/hindi.ts index 06ae026..837484c 100644 --- a/src/hindi.ts +++ b/src/hindi.ts @@ -1,4 +1,5 @@ export const text: text = { + pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`, _colon: `: `, _comma: `, `, _dot: `| `, diff --git a/src/indonesian.ts b/src/indonesian.ts index 80a3183..70bcd16 100644 --- a/src/indonesian.ts +++ b/src/indonesian.ts @@ -1,4 +1,5 @@ export const text: text = { + pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`, _colon: `: `, _comma: `, `, _dot: `. `, diff --git a/src/japanese.ts b/src/japanese.ts index 1e9863f..1652b3c 100644 --- a/src/japanese.ts +++ b/src/japanese.ts @@ -1,4 +1,5 @@ export const text: text = { + pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`, _colon: `:`, _comma: `、`, _dot: `。`, diff --git a/src/korean.ts b/src/korean.ts index b652066..3514f39 100644 --- a/src/korean.ts +++ b/src/korean.ts @@ -1,4 +1,5 @@ export const text: text = { + pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`, _colon: `: `, _comma: `, `, _dot: `. `, diff --git a/src/portuguese.ts b/src/portuguese.ts index d171922..0ca7d58 100644 --- a/src/portuguese.ts +++ b/src/portuguese.ts @@ -1,4 +1,5 @@ export const text: text = { + pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`, _colon: `: `, _comma: `, `, _dot: `. `, diff --git a/src/russian.ts b/src/russian.ts index 52cb93d..eece039 100644 --- a/src/russian.ts +++ b/src/russian.ts @@ -1,4 +1,5 @@ export const text: text = { + pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`, _colon: `: `, _comma: `, `, _dot: `. `, diff --git a/src/spanish.ts b/src/spanish.ts index 3e5352e..5c25eaa 100644 --- a/src/spanish.ts +++ b/src/spanish.ts @@ -1,4 +1,5 @@ export const text: text = { + pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`, _colon: `: `, _comma: `, `, _dot: `. `, diff --git a/src/thai.ts b/src/thai.ts index 338e70a..19fc510 100644 --- a/src/thai.ts +++ b/src/thai.ts @@ -1,4 +1,5 @@ export const text: text = { + pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`, _colon: `: `, _comma: `, `, _dot: `. `, diff --git a/src/vietnamese.ts b/src/vietnamese.ts index 0f6824b..d1bd860 100644 --- a/src/vietnamese.ts +++ b/src/vietnamese.ts @@ -1,4 +1,5 @@ export const text: text = { + pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`, _colon: `: `, _comma: `, `, _dot: `. `,