File tree Expand file tree Collapse file tree
plugin/src/main/resources/LOCALIZE-LIB/en_US Expand file tree Collapse file tree Original file line number Diff line number Diff 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}).
413413plugin.descriptor :
414414 text : Consulo Plugin Descriptor
415+ plugin.module.extension.provider.name :
416+ text : Consulo Plugin
415417prepare.for.deployment :
416418 text : Prepare Plugin Module ''{0}'' For Deployment
417419prepare.for.deployment.all :
@@ -472,5 +474,3 @@ test.run.configuration.title:
472474 text : Consulo In Sandbox (Test)
473475vm.parameters :
474476 text : ' &VM Options'
475- plugin.module.extension.provider.name :
476- text : Consulo Plugin
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments