 
 So, I'm working on a sheet update (removing legacy sanitization). I have sheet worker that requests the translation by key and I keep getting this error message:      Here's snippet from the translation.json     " trading "  :   "  Trading  "  ,    " moneyone "  :   "  Money1  "  ,    " moneytwo "  :   "  Money2  "  ,    " moneythree "  :   "  Money3  "  ,    " moneyfour "  :   "  Money4  "  ,    " race-label "  :   "  Race Label  "  ,    " ancestry "  :   "  Ancestry  "  ,    " money-label "  :   "  Money Label  "  ,    " currency1-label "  :   "  Currency1 Label  "  ,    " currency2-label "  :   "  Currency2 Label  "  ,    " currency3-label "  :   "  Currency3 Label  "  ,    " currency4-label "  :   "  Currency4 Label  "  ,     I get the same error message for moneyone, moneytwo, moneythree, and moneyfour. However, items before and after those entries function just fine.  I copied "moneyone" from the console, and did a find in the translation.json file by pasting that value in the search field and the key is found without an issue.  Any ideas on why those keys aren't found? 
 
				
			