Skip to content

Commit 6e58d39

Browse files
committed
fix: rename locale file am.ts to am_ET.ts
1 parent ceaeb10 commit 6e58d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/locale/am.ts renamed to src/locale/am_ET.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Locale } from '../interface';
22

33
const locale: Locale = {
4-
locale: 'am',
4+
locale: 'am_ET',
55
today: 'ዛሬ',
66
now: 'አሁን',
77
backToToday: 'ወደ ዛሬ ተመለስ',

0 commit comments

Comments
 (0)