I needed to write Norwegian localization strings in a YAML file which did not work for some reason.
After 4 hours of debugging, the problem was;
In YAML, the "no:" string (for "norwegian") defined in a YAML file was parsed as a boolean, and this makes the application broke..
I needed to write Norwegian localization strings in a YAML file which did not work for some reason.
After 4 hours of debugging, the problem was;
In YAML, the "no:" string (for "norwegian") defined in a YAML file was parsed as a boolean, and this makes the application broke..