diff options
| author | Duarte Farrajota Ramos <duarte.framos@gmail.com> | 2019-01-13 18:23:06 +0000 |
|---|---|---|
| committer | Duarte Farrajota Ramos <duarte.framos@gmail.com> | 2019-01-13 18:23:06 +0000 |
| commit | 682238c090b422372666a18d9ef54df8f6ff09c6 (patch) | |
| tree | d90e2d0425ec0370cfdd94c2da5194e02e2c1545 /share | |
| parent | Another baby step in creating InkscapeWindow. (diff) | |
| download | inkscape-682238c090b422372666a18d9ef54df8f6ff09c6.tar.gz inkscape-682238c090b422372666a18d9ef54df8f6ff09c6.zip | |
Add Portuguese from Portugal pt_PT language for "Layer 1" create_defaults.pl
Diffstat (limited to 'share')
| -rwxr-xr-x | share/templates/create_defaults.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/templates/create_defaults.pl b/share/templates/create_defaults.pl index a795ab984..173be02f8 100755 --- a/share/templates/create_defaults.pl +++ b/share/templates/create_defaults.pl @@ -30,6 +30,7 @@ my @data = ( ["nl", "Laag 1", "layer1"], ["pl", "Warstwa 1", "layer1"], ["pt_BR", "Camada 1", "layer1"], + ["pt", "Camada 1", "layer1"], ["ro", "Strat 1", "layer1"], ["sk", "Vrstva 1", "layer1"], ["zh_TW", "圖層 1", "layer1"] |
