diff options
Diffstat (limited to 'src/main/resources/lang')
-rw-r--r-- | src/main/resources/lang/localization_de-DE.yml | 2 | ||||
-rw-r--r-- | src/main/resources/lang/localization_en-US.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/lang/localization_de-DE.yml b/src/main/resources/lang/localization_de-DE.yml index d8930f8..829d792 100644 --- a/src/main/resources/lang/localization_de-DE.yml +++ b/src/main/resources/lang/localization_de-DE.yml @@ -57,4 +57,6 @@ Localization: HIDERS_SUBTITLE: "Verstecke dich gut vor den Seekern!" SEEKERS_SUBTITLE: "Finde alle Hider!" +# DO NOT EDIT IT OR IT MAY BREAK OR RESET FILE +version: 2 type: "de-DE" diff --git a/src/main/resources/lang/localization_en-US.yml b/src/main/resources/lang/localization_en-US.yml index 19c79b7..af5b80c 100644 --- a/src/main/resources/lang/localization_en-US.yml +++ b/src/main/resources/lang/localization_en-US.yml @@ -61,4 +61,6 @@ Localization: BOUNDS: "Successfully set bounds at this position ({AMOUNT}/2)." NOT_AT_ZERO: "Please do not set at a location containing a coordinate at 0." +# DO NOT EDIT IT OR IT MAY BREAK OR RESET FILE +version: 2 type: "en-US"
\ No newline at end of file |