Merge pull request #203 from EugeneGohh/main

Translated to Malay
This commit is contained in:
Jen Looper
2021-02-20 20:42:25 -05:00
committed by GitHub
3 changed files with 2512 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
<option>id</option>
<option>hi</option>
<option>it</option>
<option>ms</option>
</select>
</nav>
<div id="app">

View File

@@ -5,6 +5,7 @@ import id from './id.json';
import hi from './hi.json';
import it from './it.json';
import ja from './ja.json';
import ms from './ms.json';
//export const defaultLocale = 'en';
@@ -15,6 +16,7 @@ const messages = {
hi: hi[0],
it: it[0],
ja: ja[0],
ms: ms[0],
};
export default messages;

File diff suppressed because it is too large Load Diff