mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Added Catalan translation, thanks to Pau Fernández.
This commit is contained in:
parent
59c3696a7d
commit
af8fe705a2
2
CHANGES
2
CHANGES
@ -1,6 +1,8 @@
|
||||
Release 1.0 (in development)
|
||||
============================
|
||||
|
||||
* Added Catalan translation, thanks to Pau Fernández.
|
||||
|
||||
* Added new minimal theme called scrolls.
|
||||
|
||||
* Added ``html_output_encoding`` config value.
|
||||
|
@ -240,6 +240,7 @@ Project information
|
||||
|
||||
Currently supported languages are:
|
||||
|
||||
* ``ca`` -- Catalan
|
||||
* ``cs`` -- Czech
|
||||
* ``de`` -- German
|
||||
* ``en`` -- English
|
||||
|
@ -1 +1 @@
|
||||
Documentation.addTranslations({"locale": "es", "plural_expr": "(n != 1)", "messages": {"module, in ": "m\u00f2dul, a ", "Preparing search...": "Preparant la cerca", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "La cerca no ha retornat resultats. Assegura't que les paraules estan ben escrites i que has seleccionat suficients categories", "Search finished, found %s page(s) matching the search query.": "Cerca finalitzada, trobades %s pàgin(a/es) amb resultats.", ", in ": ", en ", "Permalink to this headline": "Link permanent a aquest títol", "Searching": "Cercant", "Permalink to this definition": "Link permanent a aquesta definició", "Hide Search Matches": "Oculta Resultats", "Search Results": "Resultats de la Cerca"}});
|
||||
Documentation.addTranslations({"locale": "ca", "plural_expr": "(n != 1)", "messages": {"Search Results": "Resultats de la Cerca", "Preparing search...": "Preparant la cerca...", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "La teva cerca no ha donat resultats. Assegura't que totes les paraules estan ben escrites i que has seleccionat prou categories.", "Search finished, found %s page(s) matching the search query.": "Cerca finalitzada, s'han trobat %s p\u00e0gin(a/es) de resultats.", ", in ": ", a ", "Permalink to this headline": "Link permanent a aquest t\u00edtol", "Searching": "Cercant", "Permalink to this definition": "Link permanent a aquesta definici\u00f3", "module, in ": "m\u00f2dule, a ", "Hide Search Matches": "Oculta Resultats de Cerca"}});
|
Binary file not shown.
@ -3,7 +3,6 @@
|
||||
# This file is distributed under the same license as the Sphinx project.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx 1.0\n"
|
||||
|
Loading…
Reference in New Issue
Block a user