We tried new release and found a problem on it_IT locale. lang/it.yml file is broken at URLDESCRIPTION
Thank you @tractorcow for pointing out the PR. However the fix is in branch 3 and was not merged to any release branches. I think you should have been started with 3.1 and merge up to -> 3.2 -> 3.3 -> 3
I'll leave this open until we merge back to 3.1 and up.
Just a heads up, anyone with time on their hands can setup https://github.com/silverstripe/cow and run the translation update themselves.
Or run the transifex client and PR. :P
Has this been done yet?
Nope.
tx pull does not update translations for me. And even in transifex.com website I get error "There was an error connecting to server" when I try to see the source of IT translations.
tx pull -a -f?
@gregsmirnov was it a temporary problem?
Any chance this could get some action? The patch was committed Feb. 29, but any site needing Italian has to run a custom version of framework, and it's mid-April. Kind of embarrassing. Shouldn't the YML files be tested before being blindly released? Surely a parse error is exactly the sort of thing automation could catch.
Yeah I'd like to build in a yml validator into cow during release to catch these in the future. It really should be caught by the transifex-client.
Just tried this on latest 3.x branch and CMS editing screen loads with it_IT, so presumably this is fixed (or will be in the next 3.x patch release). Good idea about pre-release YAML validation @oddnoc keen to write a PR for https://github.com/silverstripe/cow?