Skip to content

Commit 814d75d

Browse files
authored
Update App.tsx
Add th to locales
1 parent 6033ef9 commit 814d75d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/src/App.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ import {
5555
ro,
5656
id,
5757
ja,
58+
th,
5859
} from 'react-native-paper-dates'
5960
import { useCallback, useState } from 'react'
6061

@@ -83,6 +84,7 @@ const locales: [string, TranslationsType][] = [
8384
['ro', ro],
8485
['id', id],
8586
['ja', ja],
87+
['th', th],
8688
]
8789

8890
locales.forEach((locale) => {

0 commit comments

Comments
 (0)