Skip to content

Commit 3a35c2e

Browse files
committed
add ja to the example
1 parent daa0913 commit 3a35c2e

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
@@ -54,6 +54,7 @@ import {
5454
ru,
5555
ro,
5656
id,
57+
ja,
5758
} from 'react-native-paper-dates'
5859
import { useCallback, useState } from 'react'
5960

@@ -81,6 +82,7 @@ const locales: [string, TranslationsType][] = [
8182
['ru', ru],
8283
['ro', ro],
8384
['id', id],
85+
['ja', ja],
8486
]
8587

8688
locales.forEach((locale) => {

0 commit comments

Comments
 (0)