123456789101112 |
- /**
- * Portuguese/Brazil Translation by Wemerson Januario <wemerson.januario@gmail.com>
- * 10 October 2017
- */
- Ext.define('Ext.locale.pt_BR.field.Field', {
- override: 'Ext.field.Field',
- config: {
- requiredMessage: 'Este campo é obrigatório',
- validationMessage: 'Está no formato incorreto'
- }
- });
|