mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-28 05:35:44 +01:00
Removed obsolete
from locales
This commit is contained in:
parent
5a38c0b5e0
commit
d04b286055
@ -18,7 +18,6 @@ public class BentoBoxLocale {
|
||||
private YamlConfiguration config;
|
||||
private ItemStack banner;
|
||||
private List<String> authors;
|
||||
private boolean obsolete;
|
||||
|
||||
public BentoBoxLocale(Locale locale, YamlConfiguration config) {
|
||||
this.locale = locale;
|
||||
@ -30,9 +29,6 @@ public class BentoBoxLocale {
|
||||
// Load authors from the configuration
|
||||
authors = new LinkedList<>();
|
||||
updateAuthors(config);
|
||||
|
||||
// TODO Check if obsolete
|
||||
obsolete = false;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -91,10 +87,6 @@ public class BentoBoxLocale {
|
||||
return authors;
|
||||
}
|
||||
|
||||
public boolean isObsolete() {
|
||||
return obsolete;
|
||||
}
|
||||
|
||||
/**
|
||||
* Merges a language YAML file to this locale
|
||||
* @param toBeMerged the YamlConfiguration of the language file
|
||||
|
@ -3,11 +3,12 @@
|
||||
# the one at http://yaml-online-parser.appspot.com #
|
||||
###########################################################################################
|
||||
|
||||
# Updated for <pre-FC version>
|
||||
|
||||
meta:
|
||||
authors:
|
||||
- markusmarkusz
|
||||
banner: "RED_BANNER:1:STRIPE_RIGHT:BLACK:STRIPE_LEFT:YELLOW"
|
||||
version: "alpha-1"
|
||||
|
||||
not-setup:
|
||||
header: |-
|
||||
|
@ -3,11 +3,12 @@
|
||||
# the one at http://yaml-online-parser.appspot.com #
|
||||
###########################################################################################
|
||||
|
||||
# Updated for <pre-FC version>
|
||||
|
||||
meta:
|
||||
authors:
|
||||
- tastybento
|
||||
banner: "BLUE_BANNER:1:STRIPE_DOWNLEFT:WHITE:STRIPE_DOWNRIGHT:WHITE:STRIPE_CENTER:WHITE:STRIPE_MIDDLE:WHITE:STRAIGHT_CROSS:RED:CROSS:RED"
|
||||
version: "alpha-1"
|
||||
|
||||
protection:
|
||||
flags:
|
||||
|
@ -3,12 +3,13 @@
|
||||
# the one at http://yaml-online-parser.appspot.com #
|
||||
###########################################################################################
|
||||
|
||||
# This locale is always current with the latest version
|
||||
|
||||
meta:
|
||||
authors:
|
||||
- tastybento
|
||||
- Poslovitch
|
||||
banner: "WHITE_BANNER:1:STRIPE_SMALL:RED:SQUARE_TOP_RIGHT:CYAN:SQUARE_TOP_RIGHT:BLUE"
|
||||
version: "FC-0.92"
|
||||
|
||||
general:
|
||||
success: "&aSuccess!"
|
||||
|
@ -3,12 +3,13 @@
|
||||
# utilisant un parser YAML, tel que http://yaml-online-parser.appspot.com #
|
||||
###########################################################################################
|
||||
|
||||
# Updated for <pre-FC version>
|
||||
|
||||
meta:
|
||||
authors:
|
||||
- MrSheepSheep
|
||||
- Poslovitch
|
||||
banner: "WHITE_BANNER:1:STRIPE_BOTTOM:RED:STRIPE_TOP:BLUE"
|
||||
version: "alpha-1"
|
||||
|
||||
general:
|
||||
deaths: "morts"
|
||||
|
@ -3,12 +3,12 @@
|
||||
# the one at http://yaml-online-parser.appspot.com #
|
||||
###########################################################################################
|
||||
|
||||
# Updated for <FC-1>
|
||||
|
||||
meta:
|
||||
authors:
|
||||
- tastybento
|
||||
- Poslovitch
|
||||
banner: "WHITE_BANNER:1:CIRCLE_MIDDLE:RED"
|
||||
version: "FC-1"
|
||||
|
||||
general:
|
||||
success: "&a成否"
|
||||
|
@ -3,11 +3,13 @@
|
||||
# the one at http://yaml-online-parser.appspot.com #
|
||||
###########################################################################################
|
||||
|
||||
# Updated for <FC-0.8>
|
||||
|
||||
|
||||
meta:
|
||||
authors:
|
||||
- RikoDEV
|
||||
banner: "WHITE_BANNER:1:HALF_VERTICAL:RED"
|
||||
version: "FC-0.8"
|
||||
|
||||
general:
|
||||
success: "&aSukces!"
|
||||
|
@ -3,11 +3,12 @@
|
||||
# cái này http://yaml-online-parser.appspot.com #
|
||||
###########################################################################################
|
||||
|
||||
# Updated for <pre-FC version>
|
||||
|
||||
meta:
|
||||
authors:
|
||||
- Banbeucmas
|
||||
banner: "RED_BANNER:1:CREEPER:YELLOW:RHOMBUS_MIDDLE:YELLOW:TRIANGLES_BOTTOM:RED:SQUARE_BOTTOM_LEFT:RED:SQUARE_BOTTOM_RIGHT:RED"
|
||||
version: "alpha-1"
|
||||
|
||||
general:
|
||||
deaths: "Chết"
|
||||
|
@ -3,11 +3,12 @@
|
||||
# the one at http://yaml-online-parser.appspot.com #
|
||||
###########################################################################################
|
||||
|
||||
# Updated for <pre-FC version>
|
||||
|
||||
meta:
|
||||
authors:
|
||||
- DuckSoft
|
||||
banner: "RED_BANNER:1:SQUARE_TOP_RIGHT:YELLOW:CROSS:RED:CURLY_BORDER:RED:MOJANG:YELLOW:HALF_HORIZONTAL_MIRROR:RED:HALF_VERTICAL:RED"
|
||||
version: "alpha-1"
|
||||
|
||||
not-setup:
|
||||
header: |-
|
||||
|
Loading…
Reference in New Issue
Block a user