Skip to content

Commit af0b1f8

Browse files
committed
push&pull from verbaria
1 parent d579104 commit af0b1f8

3 files changed

Lines changed: 51 additions & 2 deletions

File tree

plugin/src/main/resources/LOCALIZE-LIB/en_US/consulo.devkit.DevKitLocalize.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,8 @@ no.java.sdk.for.idea.sdk.found:
412412
text: No Java SDK of appropriate version found. In addition to the IDEA Plugin SDK, you need to define a JDK with the same Java version ({0}).
413413
plugin.descriptor:
414414
text: Consulo Plugin Descriptor
415+
plugin.module.extension.provider.name:
416+
text: Consulo Plugin
415417
prepare.for.deployment:
416418
text: Prepare Plugin Module ''{0}'' For Deployment
417419
prepare.for.deployment.all:
@@ -472,5 +474,3 @@ test.run.configuration.title:
472474
text: Consulo In Sandbox (Test)
473475
vm.parameters:
474476
text: '&VM Options'
475-
plugin.module.extension.provider.name:
476-
text: Consulo Plugin

verbaria-lock.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"lockVersion" : 1,
3+
"server" : "https://i.verbaria.org/",
4+
"project" : "consulo-devkit",
5+
"projectVersion" : "master",
6+
"generatedAt" : "2026-06-03T07:48:41.678600926Z",
7+
"documents" : {
8+
"consulo.devkit.DevKitLocalize" : {
9+
"source" : {
10+
"revision" : 1,
11+
"sig" : "97fe04f05ca3af42332243932c4901bc"
12+
},
13+
"translations" : {
14+
"en-US" : {
15+
"sig" : "b6d509ac07dcdb9b53fc38bb030ec3cc",
16+
"state" : "Approved",
17+
"total" : 237,
18+
"translators" : [ "Valery Semenchuk <vistall.valeriy@gmail.com>" ]
19+
}
20+
}
21+
},
22+
"consulo.devkit.grammarKit.BnfLocalize" : {
23+
"source" : {
24+
"revision" : 1,
25+
"sig" : "5e244d6fe29ba5f70ad51b9fb36baed6"
26+
},
27+
"translations" : {
28+
"en-US" : {
29+
"sig" : "4260565c49214c3d7a8804639858ce94",
30+
"state" : "Approved",
31+
"total" : 25,
32+
"translators" : [ "Valery Semenchuk <vistall.valeriy@gmail.com>" ]
33+
}
34+
}
35+
}
36+
}
37+
}

verbaria.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"url": "https://i.verbaria.org/",
3+
"project": "consulo-devkit",
4+
"projectVersion": "master",
5+
"projectType": "consulo",
6+
"srcDir": ".",
7+
"targetLocales": [
8+
"en-US"
9+
],
10+
"includes": "**/src/main/resources/LOCALIZE-LIB/en_US/**/*",
11+
"excludes": "**/target/**"
12+
}

0 commit comments

Comments
 (0)