Skip to content

Commit

Permalink
make i18n compatible with noConflict() mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
yadimon committed Aug 28, 2015
1 parent 7569993 commit 7a54f35
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion js/i18n/jquery.idealforms.i18n.de.js
@@ -1,7 +1,7 @@
/**
* i18n DE
*/
$.idealforms.i18n.de = {
jQuery.idealforms.i18n.de = {

customInputs: {
open: 'Öffnen'
Expand Down
2 changes: 1 addition & 1 deletion js/i18n/jquery.idealforms.i18n.es.js
@@ -1,7 +1,7 @@
/**
* i18n ES
*/
$.idealforms.i18n.es = {
jQuery.idealforms.i18n.es = {

customInputs: {
open: 'Abrir'
Expand Down
2 changes: 1 addition & 1 deletion js/i18n/jquery.idealforms.i18n.fr.js
@@ -1,7 +1,7 @@
/**
* i18n FR
*/
$.idealforms.i18n.fr = {
jQuery.idealforms.i18n.fr = {

customInputs: {
open: 'Ouvrir'
Expand Down
2 changes: 1 addition & 1 deletion js/i18n/jquery.idealforms.i18n.pt.js
@@ -1,7 +1,7 @@
/**
* i18n PT-BR
*/
$.idealforms.i18n.pt = {
jQuery.idealforms.i18n.pt = {

customInputs: {
open: 'Abrir'
Expand Down
2 changes: 1 addition & 1 deletion js/i18n/jquery.idealforms.i18n.ru.js
@@ -1,7 +1,7 @@
/**
* i18n RU
*/
$.idealforms.i18n.ru = {
jQuery.idealforms.i18n.ru = {

customInputs: {
open: 'Открыть'
Expand Down

0 comments on commit 7a54f35

Please sign in to comment.