You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across one point of improvement that I hadn't mentioned to you before:
For some reason certain strings in the .json get split into multiple substrings (some of which are empty) in the .pot file. These later get merged into fewer strings by Crowdin, and so this twice causes a whole lot of changes that are not easy to check. I'm not exactly sure what's the "rule" that Crowdin is following for its splitting into substrings - but for sure every string of the form msgid "" "Some text" gets replaced by msgid "Some text. If you have some future improvement to suggest here that would be great.
I came across one point of improvement that I hadn't mentioned to you before:
For some reason certain strings in the
.json
get split into multiple substrings (some of which are empty) in the.pot
file. These later get merged into fewer strings by Crowdin, and so this twice causes a whole lot of changes that are not easy to check. I'm not exactly sure what's the "rule" that Crowdin is following for its splitting into substrings - but for sure every string of the formmsgid "" "Some text"
gets replaced bymsgid "Some text
. If you have some future improvement to suggest here that would be great.Originally posted by @esmeetewinkel in #31 (review)
The text was updated successfully, but these errors were encountered: