dependent-dropdown
Version:
A multi level dependent dropdown JQuery plugin that allows nested dependencies.
20 lines (18 loc) • 580 B
JavaScript
/*!
* Dependent Dropdown Portuguese (Brazil) Translations
*
* This file must be loaded after 'dependent-dropdown.js'. Patterns in braces '{}', or
* any HTML markup tags in the messages must not be converted or translated.
*
* @see http://github.com/kartik-v/dependent-dropdown
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
(function ($) {
"use strict";
$.fn.depdropLocales['pt-BR'] = {
loadingText: 'Carregando ...',
placeholder: 'Selecionar ...',
emptyMsg: 'Dados não encontrados'
};
})(window.jQuery);