* feat(input-datepicker): add Turkish translations * chore: add changeset for Turkish translation * feat(input-datepicker): add Turkish translations * chore: consolidate all Turkish translations into a single changeset
13 lines
250 B
JavaScript
13 lines
250 B
JavaScript
import tr from './tr.js';
|
|
|
|
export default {
|
|
...tr,
|
|
error: {
|
|
...tr.error,
|
|
IsDate: 'Lütfen geçerli bir tarih girin (GG/AA/YYYY).',
|
|
},
|
|
warning: {
|
|
...tr.warning,
|
|
IsDate: 'Lütfen geçerli bir tarih girin (GG/AA/YYYY).',
|
|
},
|
|
};
|