Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add georgian (ka) localization #5179

Merged
merged 3 commits into from Feb 11, 2018
Merged

Conversation

akalongman
Copy link
Contributor

This pull request includes a

  • Bug fix
  • New feature
  • Translation

The following changes were made

  • Added Georgian (ka) localization

@alexweissman alexweissman added this to the 4.0.6 milestone Dec 27, 2017
@alexweissman
Copy link
Contributor

@akalongman looks good, but it's failing the Travis build:

Running "jshint:code" (jshint) task
   src/js/select2/i18n/ka.js
     25 |      var message = 'თქვენ შეგიძლიათ აირჩიოთ არაუმეტეს ' + args.maximum + ' ელემენტი';
                                                                                              ^ Line is too long.

Can you fix this?

@akalongman
Copy link
Contributor Author

@alexweissman done

@kevin-brown kevin-brown merged commit 3fb9e4f into select2:develop Feb 11, 2018
return message;
},
noResults: function () {
return 'რეზულტატი არ მოიძებნა';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return 'რეზულტატები არ მოიძებნა'; სლენგს. ჩემი აზრით უკეთესი იქნება return 'შედეგები ვერ მოიძებნა';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants