Skip to content

Commit

Permalink
Merge branch 'hotfix/0.26.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
lizconlan committed Jan 17, 2017
2 parents 28b62a3 + 564b43f commit 0196ef5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/initializers/alaveteli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
load "util.rb"

# Application version
ALAVETELI_VERSION = '0.26.0.3'
ALAVETELI_VERSION = '0.26.0.4'

# Add new inflection rules using the following format
# (all these examples are active by default):
Expand Down
10 changes: 10 additions & 0 deletions doc/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@

### Changed Templates

# 0.26.0.4

## Highlighted Features

* Updated translations for Italian locales (Liz Conlan)

## Upgrade Notes

* This hotfix just includes translation updates.

# 0.26.0.3

## Highlighted Features
Expand Down
4 changes: 2 additions & 2 deletions locale/it/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-12 08:44-0800\n"
"PO-Revision-Date: 2017-01-13 14:39+0000\n"
"PO-Revision-Date: 2017-01-16 09:59+0000\n"
"Last-Translator: Liz Conlan <[email protected]>\n"
"Language-Team: Italian (http://www.transifex.com/mysociety/alaveteli/language/it/)\n"
"Language: it\n"
Expand Down Expand Up @@ -4244,7 +4244,7 @@ msgid "{{law_used_full}} request - {{title}}"
msgstr "Richiesta di accesso secondo il {{law_used_full}} - {{title}}"

msgid "{{law_used}} requests at {{public_body}}"
msgstr "Richieste di accesso inviate a '{{public_body}}' secondo il {{law_used}}"
msgstr "Richieste di accesso inviate a {{public_body}} secondo il {{law_used}}"

msgid "{{length_of_time}} ago"
msgstr "{{length_of_time}} fa"
Expand Down
4 changes: 2 additions & 2 deletions locale/it_IT/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-12 08:44-0800\n"
"PO-Revision-Date: 2017-01-13 14:40+0000\n"
"PO-Revision-Date: 2017-01-16 09:56+0000\n"
"Last-Translator: Liz Conlan <[email protected]>\n"
"Language-Team: Italian (Italy) (http://www.transifex.com/mysociety/alaveteli/language/it_IT/)\n"
"Language: it_IT\n"
Expand Down Expand Up @@ -4240,7 +4240,7 @@ msgid "{{law_used_full}} request - {{title}}"
msgstr "Richiesta di accesso secondo il {{law_used_full}} - {{title}}"

msgid "{{law_used}} requests at {{public_body}}"
msgstr "Richieste di accesso inviate a '{{public_body}}' secondo il {{law_used}}"
msgstr "Destinatario delle richieste di {{law_used}} o generalizzato indirizzate a '{{public_body}}'"

msgid "{{length_of_time}} ago"
msgstr "{{length_of_time}} fa"
Expand Down

0 comments on commit 0196ef5

Please sign in to comment.