diff --git a/humans.txt b/humans.txt new file mode 100644 index 0000000..2f13d78 --- /dev/null +++ b/humans.txt @@ -0,0 +1,19 @@ +/* Development */ + + Programmer:James Mohler + Contact: james [dot] mohler [at] me [dot] come + From:Orange County, California, USA + + +/* 3rd Party Technologies */ + +jQuery +jQueryUI +Bootstrap +Bootswatch +Mindmup Bootstrap Wysiwyg +Bootfaces +Datatables.net +Font Awesome +Select2 + diff --git a/model/services/language.cfc b/model/services/language.cfc index 967de9c..594d14d 100644 --- a/model/services/language.cfc +++ b/model/services/language.cfc @@ -7,7 +7,7 @@ struct function readProperties(required string propertyfile) { local.stResult = {}; - local.stSection = getProfileSections(arguments.propertyfile); + local.stSection = getProfileSections(arguments.propertyfile.replace("\", "/", "all")); for(local.section in local.stSection) { @@ -41,6 +41,8 @@ struct function readPHP(required string phpPath) { for (local.phpFile in local.arDirectory) { + local.phpFile = local.phpFile.replace("\", "/", "all"); + local.languageKey = local.phpFile.listLast("/").listFirst("."); local.stProperties[languageKey] = {};