Skip to content

Commit

Permalink
feat: translate to en
Browse files Browse the repository at this point in the history
  • Loading branch information
PancakePhilarmonych committed Nov 19, 2023
1 parent 73f9a4d commit 7d69cfb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ export const getRandomColor = () => {


export const ColorsTextMap: Record<Colors, string> = {
[Colors.RED]: 'Красный I',
[Colors.RED_TWO]: 'Красный II',
[Colors.RED_THREE]: 'Красный III',
[Colors.YELLOW]: 'Желтый I',
[Colors.YELLOW_TWO]: 'Желтый II',
[Colors.YELLOW_THREE]: 'Желтый III',
[Colors.BLUE]: 'Синий I',
[Colors.BLUE_TWO]: 'Синий II',
[Colors.BLUE_THREE]: 'Синий III',
[Colors.EMPTY]: 'Пусто',
[Colors.RED]: 'Red I',
[Colors.RED_TWO]: 'Red II',
[Colors.RED_THREE]: 'Red III',
[Colors.YELLOW]: 'Yellow I',
[Colors.YELLOW_TWO]: 'Yellow II',
[Colors.YELLOW_THREE]: 'Yellow III',
[Colors.BLUE]: 'Blue I',
[Colors.BLUE_TWO]: 'Blue II',
[Colors.BLUE_THREE]: 'Blue III',
[Colors.EMPTY]: 'Empty',
}

export const getSpriteByColor: Record<Colors, PIXI.Texture> = {
Expand Down

0 comments on commit 7d69cfb

Please sign in to comment.