/Quatt?uor/
#2563
Replies: 1 comment 1 reply
-
The 1960 text has "Quatuor", whereas previous versions have "Quattuor". It would be ideal if we could have a solution much like already exists in the code, where the letter J is replaced with I for 1960 rubrical structures. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
During a pass through the code, I introduced, then eliminated, a fault occasioned by the spelling of quatuor.
The classical spelling has -tt- but the later language writes -t- . As in my nova & vetera. In the database we have 257 quatuor and 360 quattuor. Although the spelling could be regularized, it seems to me that it will diverge again.
So, to be on the safe side, let's standardize on /quatt?uor/i in the code, whenever this is tested. There are currently 13 places, and they all only test Quattuor.
Beta Was this translation helpful? Give feedback.
All reactions