Skip to content

Commit

Permalink
CHANGED: sync langs
Browse files Browse the repository at this point in the history
  • Loading branch information
o-alexandrov committed Oct 17, 2024
1 parent 7a13d62 commit 4517ee5
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/arabic-standard.ts
Original file line number Diff line number Diff line change
@@ -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: `. `,
Expand Down
1 change: 1 addition & 0 deletions src/chinese-simplified.ts
Original file line number Diff line number Diff line change
@@ -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: `。`,
Expand Down
1 change: 1 addition & 0 deletions src/french.ts
Original file line number Diff line number Diff line change
@@ -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: `. `,
Expand Down
1 change: 1 addition & 0 deletions src/german.ts
Original file line number Diff line number Diff line change
@@ -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: `. `,
Expand Down
1 change: 1 addition & 0 deletions src/hindi.ts
Original file line number Diff line number Diff line change
@@ -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: `| `,
Expand Down
1 change: 1 addition & 0 deletions src/indonesian.ts
Original file line number Diff line number Diff line change
@@ -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: `. `,
Expand Down
1 change: 1 addition & 0 deletions src/japanese.ts
Original file line number Diff line number Diff line change
@@ -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: `。`,
Expand Down
1 change: 1 addition & 0 deletions src/korean.ts
Original file line number Diff line number Diff line change
@@ -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: `. `,
Expand Down
1 change: 1 addition & 0 deletions src/portuguese.ts
Original file line number Diff line number Diff line change
@@ -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: `. `,
Expand Down
1 change: 1 addition & 0 deletions src/russian.ts
Original file line number Diff line number Diff line change
@@ -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: `. `,
Expand Down
1 change: 1 addition & 0 deletions src/spanish.ts
Original file line number Diff line number Diff line change
@@ -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: `. `,
Expand Down
1 change: 1 addition & 0 deletions src/thai.ts
Original file line number Diff line number Diff line change
@@ -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: `. `,
Expand Down
1 change: 1 addition & 0 deletions src/vietnamese.ts
Original file line number Diff line number Diff line change
@@ -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: `. `,
Expand Down

0 comments on commit 4517ee5

Please sign in to comment.