Skip to content

Commit

Permalink
Add missing translations.
Browse files Browse the repository at this point in the history
tierrif committed Sep 10, 2023

Unverified

This user has not yet uploaded their public signing key.
1 parent 1e17e72 commit 59b9f6f
Showing 3 changed files with 6,222 additions and 153 deletions.
4 changes: 3 additions & 1 deletion src/minecraft/chatToJsx.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import React from 'react'
import { type StyleProp, type TextProps, type TextStyle } from 'react-native'
import translations from './translations'
import translationsJson from './translations.json'

const translations: Record<string, string> = translationsJson

export const mojangColorMap: ColorMap = {
black: '#000000',
6,219 changes: 6,219 additions & 0 deletions src/minecraft/translations.json

Large diffs are not rendered by default.

152 changes: 0 additions & 152 deletions src/minecraft/translations.ts

This file was deleted.

0 comments on commit 59b9f6f

Please sign in to comment.