Skip to content

Commit 54fd551

Browse files
authored
feat(locale): add Japanese science locale data including elements and units (#3491)
1 parent 8c0953a commit 54fd551

5 files changed

Lines changed: 727 additions & 1 deletion

File tree

src/locales/ja/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import lorem from './lorem';
1212
import metadata from './metadata';
1313
import person from './person';
1414
import phone_number from './phone_number';
15+
import science from './science';
1516
import vehicle from './vehicle';
1617

1718
/**
@@ -30,6 +31,7 @@ const ja: LocaleDefinition = {
3031
metadata,
3132
person,
3233
phone_number,
34+
science,
3335
vehicle,
3436
};
3537

0 commit comments

Comments
 (0)