File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,8 @@ declare module 'react-native-dropdown-picker' {
6666 | 'TR'
6767 | 'RU'
6868 | 'ES'
69- | 'ID' ;
69+ | 'ID'
70+ | 'IT' ;
7071
7172 export interface TranslationInterface {
7273 PLACEHOLDER : string ;
Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ export const LANGUAGE = {
4747 TURKISH : 'TR' ,
4848 RUSSIAN : 'RU' ,
4949 SPANISH : 'ES' ,
50- INDONESIAN : 'ID'
50+ INDONESIAN : 'ID' ,
51+ ITALIAN : 'IT'
5152}
5253
5354export const GET_DROPDOWN_DIRECTION = ( direction ) => {
Original file line number Diff line number Diff line change @@ -49,5 +49,14 @@ export default {
4949 SEARCH_PLACEHOLDER : 'Ketik sesuatu...' ,
5050 SELECTED_ITEMS_COUNT_TEXT : '{count} item telah dipilih' ,
5151 NOTHING_TO_SHOW : 'Tidak ada yang bisa ditampilkan!'
52- }
52+ } ,
53+ IT : {
54+ PLACEHOLDER : 'Seleziona un elemento' ,
55+ SEARCH_PLACEHOLDER : 'Digita qualcosa...' ,
56+ SELECTED_ITEMS_COUNT_TEXT : {
57+ 1 : 'Un elemento è stato selezionato' ,
58+ n : '{count} elementi sono stati selezionati'
59+ } ,
60+ NOTHING_TO_SHOW : 'Non c\'è nulla da mostrare!'
61+ } ,
5362}
You can’t perform that action at this time.
0 commit comments