UNPKG
generator-loom
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.0
Code generator for loom projects
github.com/nithinpb/generator-loom
nithinpb/generator-loom
generator-loom
/
generators
/
page-table
/
templates
/
i18n
/
ar.ts
9 lines
(8 loc)
•
130 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
const
locale = {
lang
:
'ar'
,
data
: {
'SAMPLE'
: {
'HELLO'
:
'Merhaba Dünya!'
} } };