-
-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terms "collection-number" and "number" are missing #282
Comments
No objections; I'd assume this was an oversight |
Ok, I'll add it. Just a question: Do we have a way to add to it all locales where the term is missing? IIRC, @zepinglee had something like this. |
I've just done it manually in the past |
Previously I wrote a script to resolve duplicate terms in all locale files (#269). It was relatively easy so I split each Lines 27 to 29 in a7c6f63
Lines 39 to 42 in a7c6f63
Secondly, in some edge cases the position of copied terms is not as expected. This is similar to I've written a script https://gist.github.com/zepinglee/e6d0076a89b0266c9c9886fd83aacd99 and it should work in most cases. |
I open up VS Code, select the line before the one I want to add, then use find-and-replace to replace that line with two lines (the existing one and the new one). I then click on each file in the left sidebard and click the replace all button for each. Takes about 4 minutes to update all the locales. |
I noticed that "number" is also missing. We should double check that all of the number variables are correctly listed. |
* Add missing terms to en-US and alphabetize Closes #282 * Add missing terms to other locales * Create add-locale-terms.py Utility script for copying terms from en-US to other locales Co-Authored-By: Zeping Lee <[email protected]> --------- Co-authored-by: Zeping Lee <[email protected]>
I don't remember if that was on purpose or an oversight, but looks like the term for
collection-number
is missing. Any objections if I add it?@adam3smith @bwiernik
The text was updated successfully, but these errors were encountered: