mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-31 16:11:48 +00:00
Add Czech language (#46)
* Add Czech language. * Reorder events (death is end of life),
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import * as React from 'react';
|
||||
import * as ReactDOM from 'react-dom';
|
||||
import messages_cs from './translations/cs.json';
|
||||
import messages_de from './translations/de.json';
|
||||
import messages_fr from './translations/fr.json';
|
||||
import messages_it from './translations/it.json';
|
||||
@@ -15,6 +16,7 @@ import 'semantic-ui-css/semantic.min.css';
|
||||
import 'canvas-toBlob';
|
||||
|
||||
const messages = {
|
||||
cs: messages_cs,
|
||||
de: messages_de,
|
||||
fr: messages_fr,
|
||||
it: messages_it,
|
||||
|
||||
Reference in New Issue
Block a user