Skip to content

Commit fe70685

Browse files
committed
feat: add template translations
1 parent 1dd31f2 commit fe70685

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/main/resources/messages/MinecraftDevelopment.properties

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,17 @@ creator.ui.use_fabricapi.label=Use Fabric API
109109
creator.ui.spongeapi_version.label=Sponge Version\:
110110
creator.ui.velocity_version.label=Velocity Version\:
111111
creator.ui.versions_download.label=Downloading versions...
112+
creator.ui.use_version_catalog.label=Use Gradle version catalog\:
113+
creator.ui.include_plugin_bootstrap.label=Include plugin bootstrap file\:
114+
creator.ui.use_gremlin.label=Use Gremlin for dependency resolution\:
115+
creator.ui.include_plugin_loader.label=Include plugin loader file\:
116+
creator.ui.java_plugin_loader.label=Generate the plugin loader in Java\:
117+
creator.ui.use_resource_factory_plugin.label=Use the resource-factory Gradle plugin\:
118+
creator.ui.use_paperweight_userdev.label=Use the paperweight-userdev Gradle plugin\:
119+
creator.ui.include_shadow_plugin.label=Include the shadow Gradle plugin\:
120+
creator.ui.include_run_paper_plugin.label=Include the run-paper Gradle plugin\:
121+
creator.ui.accept_eula.label=Add eula-agree runServer JVM flag\:
122+
creator.ui.accept_eula.warning=By using this feature, you agree to the <a href='https://www.minecraft.net/en-us/eula'>Minecraft EULA</a>.
112123

113124
creator.ui.warn.no_yarn_to_mc_match=Unable to match Yarn versions to Minecraft version
114125
creator.ui.warn.no_fabricapi_to_mc_match=Unable to match API versions to Minecraft version

0 commit comments

Comments
 (0)