summaryrefslogtreecommitdiff
path: root/sphinx/locale/sk/LC_MESSAGES/sphinx.js
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/locale/sk/LC_MESSAGES/sphinx.js')
-rw-r--r--sphinx/locale/sk/LC_MESSAGES/sphinx.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.js b/sphinx/locale/sk/LC_MESSAGES/sphinx.js
index 5f665ceb..b66a652d 100644
--- a/sphinx/locale/sk/LC_MESSAGES/sphinx.js
+++ b/sphinx/locale/sk/LC_MESSAGES/sphinx.js
@@ -1 +1 @@
-Documentation.addTranslations({"locale": "sk", "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)", "messages": {"Hide Search Matches": "Skry\u0165 v\u00fdsledky vyh\u013ead\u00e1vania", "Permalink to this definition": "Trval\u00fd odkaz na t\u00fato defin\u00edciu", "Permalink to this headline": "Trval\u00fd odkaz na tento nadpis"}}); \ No newline at end of file
+Documentation.addTranslations({"locale": "sk", "plural_expr": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2", "messages": {"Hide Search Matches": "Skry\u0165 v\u00fdsledky h\u013eadania", "Permalink to this definition": "Trval\u00fd odkaz na t\u00fato defin\u00edciu", "Permalink to this headline": "Trval\u00fd odkaz na tento nadpis"}}); \ No newline at end of file