Skip to content

Commit

Permalink
Add missing translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
tierrif committed Sep 10, 2023
1 parent 1e17e72 commit 59b9f6f
Show file tree
Hide file tree
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',
Expand Down
Loading

0 comments on commit 59b9f6f

Please sign in to comment.