From a09dc4869964e7253839c1ec1c0a864cb2fb9c96 Mon Sep 17 00:00:00 2001 From: Pahimar Date: Sun, 22 May 2016 13:29:37 -0400 Subject: [PATCH] Remove some localizations --- .../com/pahimar/ee3/reference/Messages.java | 18 ------------------ .../java/com/pahimar/ee3/reference/Names.java | 6 ------ src/main/resources/assets/ee3/lang/en_US.lang | 10 ---------- 3 files changed, 34 deletions(-) diff --git a/src/main/java/com/pahimar/ee3/reference/Messages.java b/src/main/java/com/pahimar/ee3/reference/Messages.java index 0364440c..f5b744fb 100644 --- a/src/main/java/com/pahimar/ee3/reference/Messages.java +++ b/src/main/java/com/pahimar/ee3/reference/Messages.java @@ -71,24 +71,6 @@ public final class Messages { public static final String PLAYER_FORGET_CURRENT_ITEM_USAGE = COMMAND_PREFIX + Names.Commands.PLAYER_FORGET_CURRENT_ITEM + ".usage"; public static final String PLAYER_FORGET_CURRENT_ITEM_SUCCESS = COMMAND_PREFIX + Names.Commands.PLAYER_FORGET_CURRENT_ITEM + ".success"; - public static final String TEMPLATE_LEARN_EVERYTHING_USAGE = COMMAND_PREFIX + Names.Commands.TEMPLATE_LEARN_EVERYTHING + ".usage"; - public static final String TEMPLATE_LEARN_EVERYTHING_SUCCESS = COMMAND_PREFIX + Names.Commands.TEMPLATE_LEARN_EVERYTHING + ".success"; - - public static final String TEMPLATE_LEARN_ITEM_USAGE = COMMAND_PREFIX + Names.Commands.TEMPLATE_LEARN_ITEM + ".usage"; - public static final String TEMPLATE_LEARN_ITEM_SUCCESS = COMMAND_PREFIX + Names.Commands.TEMPLATE_LEARN_ITEM + ".success"; - - public static final String TEMPLATE_LEARN_CURRENT_ITEM_USAGE = COMMAND_PREFIX + Names.Commands.TEMPLATE_LEARN_CURRENT_ITEM + ".usage"; - public static final String TEMPLATE_LEARN_CURRENT_ITEM_SUCCESS = COMMAND_PREFIX + Names.Commands.TEMPLATE_LEARN_CURRENT_ITEM + ".success"; - - public static final String TEMPLATE_FORGET_EVERYTHING_USAGE = COMMAND_PREFIX + Names.Commands.TEMPLATE_FORGET_EVERYTHING + ".usage"; - public static final String TEMPLATE_FORGET_EVERYTHING_SUCCESS = COMMAND_PREFIX + Names.Commands.TEMPLATE_FORGET_EVERYTHING + ".success"; - - public static final String TEMPLATE_FORGET_ITEM_USAGE = COMMAND_PREFIX + Names.Commands.TEMPLATE_FORGET_ITEM + ".usage"; - public static final String TEMPLATE_FORGET_ITEM_SUCCESS = COMMAND_PREFIX + Names.Commands.TEMPLATE_FORGET_ITEM + ".success"; - - public static final String TEMPLATE_FORGET_CURRENT_ITEM_USAGE = COMMAND_PREFIX + Names.Commands.TEMPLATE_FORGET_CURRENT_ITEM + ".usage"; - public static final String TEMPLATE_FORGET_CURRENT_ITEM_SUCCESS = COMMAND_PREFIX + Names.Commands.TEMPLATE_FORGET_CURRENT_ITEM + ".success"; - public static final String SET_ITEM_LEARNABLE_USAGE = COMMAND_PREFIX + Names.Commands.SET_ITEM_LEARNABLE + ".usage"; public static final String SET_ITEM_LEARNABLE_SUCCESS = COMMAND_PREFIX + Names.Commands.SET_ITEM_LEARNABLE + ".success"; diff --git a/src/main/java/com/pahimar/ee3/reference/Names.java b/src/main/java/com/pahimar/ee3/reference/Names.java index beefba2e..1445f8fe 100644 --- a/src/main/java/com/pahimar/ee3/reference/Names.java +++ b/src/main/java/com/pahimar/ee3/reference/Names.java @@ -146,12 +146,6 @@ public class Names public static final String PLAYER_FORGET_EVERYTHING = "player-forget-everything"; public static final String PLAYER_FORGET_ITEM = "player-forget-item"; public static final String PLAYER_FORGET_CURRENT_ITEM = "player-forget-current-item"; - public static final String TEMPLATE_LEARN_EVERYTHING = "template-learn-everything"; - public static final String TEMPLATE_LEARN_ITEM = "template-learn-item"; - public static final String TEMPLATE_LEARN_CURRENT_ITEM = "template-learn-current-item"; - public static final String TEMPLATE_FORGET_EVERYTHING = "template-forget-everything"; - public static final String TEMPLATE_FORGET_ITEM = "template-forget-item"; - public static final String TEMPLATE_FORGET_CURRENT_ITEM = "template-forget-current-item"; public static final String SET_ITEM_LEARNABLE = "set-item-learnable"; public static final String SET_ITEM_NOT_LEARNABLE = "set-item-not-learnable"; public static final String SET_ITEM_RECOVERABLE = "set-item-recoverable"; diff --git a/src/main/resources/assets/ee3/lang/en_US.lang b/src/main/resources/assets/ee3/lang/en_US.lang index 1c7f44f1..5ae5ce8f 100644 --- a/src/main/resources/assets/ee3/lang/en_US.lang +++ b/src/main/resources/assets/ee3/lang/en_US.lang @@ -152,16 +152,6 @@ commands.ee3.player-forget-item.usage=/ee3 player-forget-item commands.ee3.player-forget-current-item.success=%s made %s forget how to transmute %s -commands.ee3.template-learn-item.usage=/ee3 template-learn-item [dataTag] -commands.ee3.template-learn-item.success=%s taught the knowledge template how to transmute %s -commands.ee3.template-learn-current-item.usage=/ee3 template-learn-current-item -commands.ee3.template-learn-current-item.success=%s taught the knowledge template how to transmute %s -commands.ee3.template-forget-everything.usage=/ee3 template-forget-everything -commands.ee3.template-forget-everything.success=%s made the knowledge template forget how to transmute everything -commands.ee3.template-forget-item.usage=/ee3 template-forget-item [dataTag] -commands.ee3.template-forget-item.success=%s made the knowledge template forget how to transmute %s -commands.ee3.template-forget-current-item.usage=/ee3 template-forget-current-item -commands.ee3.template-forget-current-item.success=%s made the knowledge template forget how to transmute %s commands.ee3.set-item-learnable.usage=/ee3 set-item-learnable [dataTag] commands.ee3.set-item-learnable.success=%s set %s as learnable for transmutations commands.ee3.set-item-not-learnable.usage=/ee3 set-item-not-learnable [dataTag]