Skip to content

Commit 1c9cbc0

Browse files
committed
Add Italian language
2 parents d92bc5c + d3f198f commit 1c9cbc0

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

extension.meta.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</author>
1818
</authors>
1919
<releases>
20-
<release version="1.2.2" date="2012-05-21" min="2.2">
20+
<release version="1.2.2" date="2012-05-21" min="2.2" max="2.3.x">
2121
- Add `?debug=raw` mode that outputs the page XML as raw XML
2222
- Fix indentation issues
2323
- Minor tweaks to CSS for better consistency

lang/lang.it.php

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?php
2+
3+
$about = array(
4+
'name' => 'Italian',
5+
'author' => array(
6+
'name' => 'Davide Grobberio',
7+
'email' => 'davide@zaniniadv.it',
8+
'website' => 'http://www.zaniniadv.it'
9+
),
10+
'release-date' => '2013-01-27'
11+
);
12+
13+
14+
/*
15+
* EXTENSION: Debug Devkit
16+
* Localisation strings
17+
*/
18+
19+
$dictionary = array(
20+
21+
'Debug' =>
22+
'Debug',
23+
24+
'Params' =>
25+
'Parametri',
26+
27+
'XML' =>
28+
'XML',
29+
30+
'Result' =>
31+
'Risultati'
32+
33+
);
34+

0 commit comments

Comments
 (0)