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

fix(ui): Localization file for Kazakh renamed (no issue in github) #14985

Merged
merged 1 commit into from Dec 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui/lang/kz.js → ui/lang/kk.js
@@ -1,7 +1,7 @@
/**
* DO NOT EDIT THIS FILE. It is automatically generated
* from its .mjs counterpart (same filename but with .mjs extension).
* Edit that file instead (kz.mjs).
* Edit that file instead (kk.mjs).
*/
function plurals (n, opts) {
return opts[ n % 10 === 1 && n % 100 !== 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2 ]
Expand Down
File renamed without changes.