Neos-Metaverse / NeosLocale

Locale assets for Neos VR
MIT License
30 stars 76 forks source link

Reformat DE translation file #625

Closed atakiya closed 3 years ago

atakiya commented 3 years ago

Dependency: #624 - merged ✔️

Reformats the entire de.json file with CleanJSON.py Does NOT add or update any existing keys.

atakiya commented 3 years ago

Note: there is one 'issue' about this conversion - VScode for me will now insert ^M linebreaks (CRLF) at any modified or added lines as it detects the file as CRLF instead. (My local environment is Windows, but I exclusively use LF in my own projects and files)

This might be fixed after a push and pull, but I would still advise to check with the team on how to handle line endings properly here for a uniform format and to avoid future issues. There might be no issues, I am not aware of how your system works and such, but better save than sorry 😄


For best uniform results, .gitattributes could probably help here. See this github help article.

That and the existing .editorconfig (after reenabling line endings config) would, as a TL;DR do following:

regardless of their environment, or user-settings.

above is assuming you wish to keep CRLF as I was notified of in #56, otherwise just substitute it with LF

Frooxius commented 3 years ago

Merged thanks!