Merge pull request #6819 from Meghan-Rossi/languagetests

Makes language keys case sensitive, adds unit tests for language conflicts, fixes some language conflicts
This commit is contained in:
Atermonera
2020-03-16 21:20:57 -07:00
committed by GitHub
9 changed files with 98 additions and 15 deletions

View File

@@ -2,13 +2,6 @@
#define RECOMMENDED_VERSION 501
/world/New()
to_world_log("Map Loading Complete")
//logs
log_path += time2text(world.realtime, "YYYY/MM-Month/DD-Day/round-hh-mm-ss")
diary = file("[log_path].log")
href_logfile = file("[log_path]-hrefs.htm")
error_log = file("[log_path]-error.log")
debug_log = file("[log_path]-debug.log")
debug_log << "[log_end]\n[log_end]\nStarting up. [time_stamp()][log_end]\n---------------------[log_end]"
changelog_hash = md5('html/changelog.html') //used for telling if the changelog has changed recently
if(byond_version < RECOMMENDED_VERSION)