5 lines
70 B
Java
5 lines
70 B
Java
|
|
var locale = {
|
||
|
|
placeholder: 'Pilih waktu'
|
||
|
|
};
|
||
|
|
|
||
|
|
export default locale;
|