mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove ru_RU translation, it is empty and duplicates ru
Currently sphinx has both ru and ru_RU translations. The latter was added recently, there are no translated strings and no registered translators on Transifex.
This commit is contained in:
parent
2a88d8074b
commit
5b5bd8faab
@ -1,61 +0,0 @@
|
|||||||
Documentation.addTranslations({
|
|
||||||
"locale": "ru_RU",
|
|
||||||
"messages": {
|
|
||||||
"%(filename)s — %(docstitle)s": "",
|
|
||||||
"© <a href=\"%(path)s\">Copyright</a> %(copyright)s.": "",
|
|
||||||
"© Copyright %(copyright)s.": "",
|
|
||||||
", in ": "",
|
|
||||||
"About these documents": "",
|
|
||||||
"Automatically generated list of changes in version %(version)s": "",
|
|
||||||
"C API changes": "",
|
|
||||||
"Changes in Version %(version)s — %(docstitle)s": "",
|
|
||||||
"Collapse sidebar": "",
|
|
||||||
"Complete Table of Contents": "",
|
|
||||||
"Contents": "",
|
|
||||||
"Copyright": "",
|
|
||||||
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
|
|
||||||
"Expand sidebar": "",
|
|
||||||
"Full index on one page": "",
|
|
||||||
"General Index": "",
|
|
||||||
"Global Module Index": "",
|
|
||||||
"Go": "",
|
|
||||||
"Hide Search Matches": "",
|
|
||||||
"Index": "",
|
|
||||||
"Index – %(key)s": "",
|
|
||||||
"Index pages by letter": "",
|
|
||||||
"Indices and tables:": "",
|
|
||||||
"Last updated on %(last_updated)s.": "",
|
|
||||||
"Library changes": "",
|
|
||||||
"Navigation": "",
|
|
||||||
"Next topic": "",
|
|
||||||
"Other changes": "",
|
|
||||||
"Overview": "",
|
|
||||||
"Please activate JavaScript to enable the search\n functionality.": "",
|
|
||||||
"Preparing search...": "",
|
|
||||||
"Previous topic": "",
|
|
||||||
"Quick search": "",
|
|
||||||
"Search": "",
|
|
||||||
"Search Page": "",
|
|
||||||
"Search Results": "",
|
|
||||||
"Search finished, found ${resultCount} page(s) matching the search query.": "",
|
|
||||||
"Search within %(docstitle)s": "",
|
|
||||||
"Searching": "",
|
|
||||||
"Searching for multiple words only shows matches that contain\n all words.": "",
|
|
||||||
"Show Source": "",
|
|
||||||
"Table of Contents": "",
|
|
||||||
"This Page": "",
|
|
||||||
"Welcome! This is": "",
|
|
||||||
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "",
|
|
||||||
"all functions, classes, terms": "",
|
|
||||||
"can be huge": "",
|
|
||||||
"last updated": "",
|
|
||||||
"lists all sections and subsections": "",
|
|
||||||
"next chapter": "",
|
|
||||||
"previous chapter": "",
|
|
||||||
"quick access to all modules": "",
|
|
||||||
"search": "",
|
|
||||||
"search this documentation": "",
|
|
||||||
"the documentation for": ""
|
|
||||||
},
|
|
||||||
"plural_expr": "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3)"
|
|
||||||
});
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user