Differences From Artifact [f6f0552c5d]:
- File gc_lang/fr/modules-js/cregex.js — part of check-in [101d54de7e] at 2021-01-07 18:22:03 on branch trunk — [build][core] new function: suggAgree() [fr] ajustements et nouvelles règles (user: olr, size: 11264) [annotate] [blame] [check-ins using]
To Artifact [af981c2a51]:
- File gc_lang/fr/modules-js/cregex.js — part of check-in [3607227671] at 2021-01-23 14:02:46 on branch trunk — [core][fr][js] fix getGenderNumber() (user: olr, size: 11262) [annotate] [blame] [check-ins using]
︙ | |||
155 156 157 158 159 160 161 | 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 | - + - + | if (m) { let sGenderx = m[0].slice(0,2); let sNumberx = m[0].slice(2,4); if (!sGender) { sGender = sGenderx; } else if (sGender != sGenderx) { |
︙ |