File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ import {
5353 el ,
5454 ru ,
5555 ro ,
56- id
56+ id ,
5757} from 'react-native-paper-dates'
5858import { useCallback , useState } from 'react'
5959
@@ -80,7 +80,7 @@ const locales: [string, TranslationsType][] = [
8080 [ 'el' , el ] ,
8181 [ 'ru' , ru ] ,
8282 [ 'ro' , ro ] ,
83- [ 'id' , id ]
83+ [ 'id' , id ] ,
8484]
8585
8686locales . forEach ( ( locale ) => {
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ export { default as cs } from './translations/cs'
2929export { default as el } from './translations/el'
3030export { default as ru } from './translations/ru'
3131export { default as ro } from './translations/ro'
32- export { default as id } from './translations/id'
32+ export { default as id } from './translations/id'
You can’t perform that action at this time.
0 commit comments