Skip to content

Commit

Permalink
Merge pull request #117 from errno/master
Browse files Browse the repository at this point in the history
Ukrainian locale
  • Loading branch information
arian committed Jun 30, 2012
2 parents 99bcd9d + e35fa19 commit 4e7e996
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -76,6 +76,7 @@ Currently the following languages are supported
- pt-BR
- ru-RU
- sv-SE
- uk-UA

You can set the current language with:

Expand Down
19 changes: 19 additions & 0 deletions Source/Locale.uk-UA.DatePicker.js
@@ -0,0 +1,19 @@
/*
---
name: Locale.en-US.DatePicker
description: English Language File for DatePicker
authors: Arian Stolwijk
requires: [More/Locale]
provides: Locale.en-US.DatePicker
...
*/


Locale.define('uk-UA', 'DatePicker', {
select_a_time: 'Встановіть час',
use_mouse_wheel: 'Використовуйте прокрутку для швидкої зміни значення',
time_confirm_button: 'Гаразд',
apply_range: 'Застосувати',
cancel: 'Скасувати',
week: 'Т-нь'
});

0 comments on commit 4e7e996

Please sign in to comment.