We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1baa6d1 commit 99cad52Copy full SHA for 99cad52
TreeTransplant/TreeTransplant.csproj
@@ -86,6 +86,9 @@
86
<None Include="i18n\ru.json">
87
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
88
</None>
89
+ <None Include="i18n\tr.json">
90
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
91
+ </None>
92
<None Include="i18n\zh.json">
93
94
TreeTransplant/i18n/tr.json
@@ -0,0 +1,7 @@
1
+{
2
+ "Menu_DefaultText": "Nakletmek için bir ağaç seçin.",
3
+ "Menu_PlacementText": "Ağaç için yeni bir yer seçin.",
4
+ "Menu_InvalidPlace": "Buraya koyulamaz!",
5
+ "Menu_InvalidCap": "Akıtaçlı ağaçlar taşınamaz!",
6
+ "Carpenter_Option": "Ağaç Nakli"
7
+}
0 commit comments