Skip to content
Open
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
8 changes: 3 additions & 5 deletions doc_src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,13 @@ def __getattr__(self, name):
#version =
# The full version, including alpha/beta/rc tags.
#release =
import pywws.version
release = pywws.version.version
version = '.'.join(pywws.version.version.split('.')[0:2])
release = '13.12.dev1117'
version = '.'.join(release.split('.')[0:2])

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#language = None
if 'LANG' in os.environ:
language = os.environ['LANG'].split('_')[0]
language = 'it'

locale_dirs = ['../pywws/lang']

Expand Down
6 changes: 3 additions & 3 deletions doc_src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ pywws

This document is available in the following languages (non-English versions may not be complete or up to date):

* `English <../../en/html/index.html>`_
* `Français <../../fr/html/index.html>`_ -- translated by Jacques Desroches
* `Italiano <../../it/html/index.html>`_ -- translated by Edoardo
* `English <../../en/l>`_
* `Français <../../fr/>`_ -- translated by Jacques Desroches
* `Italiano <../../it/>`_ -- translated by Edoardo

************
Introduction
Expand Down
4 changes: 2 additions & 2 deletions translations/it/api.po → pywws/lang/it/LC_MESSAGES/api.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pywws 13.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-06 20:51\n"
"POT-Creation-Date: 2013-10-06 20:51+0200\n"
"PO-Revision-Date: 2013-09-15 09:40+0200\n"
"Last-Translator: Edoardo <edoardo69@hotmail.it>\n"
"Language-Team: Italian\n"
Expand Down Expand Up @@ -4106,4 +4106,4 @@ msgstr "carica tutti i dati dall'ultimo caricamento. "
# f93b11a17598424a928c2be205508e6d
# 04cf7d99ea6d4fdaa786832488f81e85
#~ msgid "Return an array to convert wind direction integer to a string."
#~ msgstr "Restituisce una matrice della direzione del vento convertita in una stringa carattere."
#~ msgstr "Restituisce una matrice della direzione del vento convertita in una stringa carattere."
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pywws 13.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-06 20:51\n"
"POT-Creation-Date: 2013-10-06 20:51+0200\n"
"PO-Revision-Date: 2013-10-06 20:52+0200\n"
"Last-Translator: Edoardo <edoardo69@hotmail.it>\n"
"Language-Team: Italian\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pywws 13.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-06 20:51\n"
"POT-Creation-Date: 2013-10-06 20:51+0200\n"
"PO-Revision-Date: 2013-09-01 10:31+0200\n"
"Last-Translator: Edoardo <edoardo69@hotmail.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pywws 13.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-06 20:51\n"
"POT-Creation-Date: 2013-10-06 20:51+0200\n"
"PO-Revision-Date: 2013-09-15 09:38+0200\n"
"Last-Translator: Edoardo <edoardo69@hotmail.it>\n"
"Language-Team: Italian\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pywws 13.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-06 20:51\n"
"POT-Creation-Date: 2013-10-06 20:51+0200\n"
"PO-Revision-Date: 2013-09-15 09:39+0200\n"
"Last-Translator: Edoardo <edoardo69@hotmail.it>\n"
"Language-Team: Italian\n"
Expand Down Expand Up @@ -283,4 +283,4 @@ msgstr "Dovresti aver ricevuto una copia del `GNU General Public License <essent

# 646a916e56df4ac38f5d235e41982df5
#~ msgid "To 'compile' the documentation:"
#~ msgstr "Per 'compilare' la documentazione:"
#~ msgstr "Per 'compilare' la documentazione:"
File renamed without changes.