/** * Hungarian Translation by Zoltan Lippai * 11 October 2017 */ Ext.define('Ext.locale.hu_HU.picker.Date', { override: 'Ext.picker.Date', config: { doneButton: 'OK', monthText: 'Hónap', dayText: 'Nap', yearText: 'Év' } });