osalabs / osafw-php

Business Applications Web Framework, PHP
MIT License
3 stars 3 forks source link

IS_LANG_UPD && trailing spaces #9

Closed vladsavchuk closed 5 years ago

vladsavchuk commented 6 years ago

If I have trailing spaces inside backticks of multi-language string, the lang file continues to be updated on every request:

`Space trailing `
` Space leading`
` Space both `

en.txt keeps growing with:

Space trailing  ===.
 Space leading ===.
 Space both  ===.
Space trailing  ===.
 Space both  ===.
Space trailing  ===.
 Space both  ===.
Space trailing  ===.
 Space both  ===.
Space trailing  ===.
 Space both  ===.
Space trailing  ===.
 Space both  ===.
Space trailing  ===.
 Space both  ===.
Space trailing  ===.
 Space both  ===.
Space trailing  ===.
 Space both  ===.