Skip to content

Commit a4f20e3

Browse files
committed
Adding pt_BR translations for hello world plugin
1 parent 09f4e2b commit a4f20e3

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.iml
22
.idea
33
target
4+
.DS_Store
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Name=Nome
2+
French=Franc\u00EAs
3+
FrenchDescr=Marque se devemos falar ol\u00E1 em franc\u00EAs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<div>
2+
Seu nome.
3+
</div>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<div>
2+
Usar francês?
3+
</div>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
HelloWorldBuilder.DescriptorImpl.errors.missingName=Insira um nome
2+
HelloWorldBuilder.DescriptorImpl.warnings.tooShort=Este nome n\u00E3o \u00E9 muito curto?
3+
HelloWorldBuilder.DescriptorImpl.warnings.reallyFrench=Voc\u00EA \u00E9 realmente franc\u00EAs?
4+
5+
HelloWorldBuilder.DescriptorImpl.DisplayName=Diz ol\u00E1 mundo

0 commit comments

Comments
 (0)