Skip to content

Fix translation in russian localization example #653

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

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h3>Requirements</h3>
<h3>Version</h3>
<p>Version 1.4</p>

<p>Last updated on 2013-08-11</p>
<p>Last updated on 2013-10-23</p>
<p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under the MIT license.</p>
<p><a href="http://trentrichardson.com/Impromptu/MIT-LICENSE.txt" title="MIT License">MIT License</a></p>

Expand Down Expand Up @@ -444,7 +444,7 @@ <h2>Working with Localizations</h2>
hourText: 'Часы',
minuteText: 'Минуты',
secondText: 'Секунды',
currentText: 'Теперь',
currentText: 'Сейчас',
closeText: 'Закрыть'
});
</pre>
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery-ui-timepicker-addon.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! jQuery Timepicker Addon - v1.4 - 2013-08-11
/*! jQuery Timepicker Addon - v1.4 - 2013-10-23
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2013 Trent Richardson; Licensed MIT */
(function ($) {
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery-ui-timepicker-addon.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery-ui-timepicker-addon.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/docs/i18n.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2>Working with Localizations</h2>
hourText: 'Часы',
minuteText: 'Минуты',
secondText: 'Секунды',
currentText: 'Теперь',
currentText: 'Сейчас',
closeText: 'Закрыть'
});
</pre>
Expand Down