Skip to content

Commit

Permalink
v0.1.1 - Italian Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirse committed Feb 13, 2015
1 parent 51f4d70 commit 45c77bc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.


## 0.1.1 - 2014-11-30
### Added
- Italian Translation, thanks to [__@Denisov21__](https://github.com/Denisov21)
2 changes: 2 additions & 0 deletions nls/de/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ define({
STATUSBAR_LABEL: "Print Margin:",
STATUSBAR_NUMBER_TITLE: "Klicken, um die Spalte des Seitenrandes zu ändern"
});

/* Last translated for be56ca66626a11b7c2709ba3107881cab4e09e60 */
7 changes: 5 additions & 2 deletions nls/it/strings.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/* global define */

define({
STATUSBAR_LABEL: "Margine stamapante:",
STATUSBAR_NUMBER_TITLE: "Clicca per cambiare la colonna margine stampante"
STATUSBAR_LABEL: "Margine stamapante:",
STATUSBAR_NUMBER_TITLE: "Clicca per cambiare la colonna margine stampante"
});

/* Last translated for be56ca66626a11b7c2709ba3107881cab4e09e60 */
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hirse.print-margin",
"version": "0.1.0",
"version": "0.1.1",
"title": "Brackets Print Margin",
"description": "Adds a print margin line to the editor to helpt you keep your lines of code below a certain length. Easy configuration in the status bar.",
"engines": {
Expand All @@ -14,9 +14,9 @@
"package-i18n": {
"de": {
"description": "Fügt einen Seitenrand (Print Margin) in den Editor ein, um dem Entwickler zu helfen eine gewünschte maximale Zeilenlänge einzuhalten."
}
},
"it": {
+ "description": "Aggiunge un margine (Print Manager) nell'editor per aiutare lo sviluppatore ad avere una lunghezza massima desiderata."
+ }
"description": "Aggiunge un margine (Print Manager) nell'editor per aiutare lo sviluppatore ad avere una lunghezza massima desiderata."
}
}
}

0 comments on commit 45c77bc

Please sign in to comment.