free-programming-books icon indicating copy to clipboard operation
free-programming-books copied to clipboard

Missing alphabetization supports in `fpb-lint` artifact

Open davorpa opened this issue 3 years ago • 5 comments

There are serveral locale changes/additions since past hacktoberfest

  • [ ] ci: Alphabetization support for sinhala (Sri Lanka) #5934. Locale: si
  • [ ] ci: Alphabetization support for Slovenian #6176. Locale: sl
  • [ ] ci: Alphabetization support for Bangla. #6021 #5979. Locale: bl>bn
  • [ ] ci: Alphabetization support for Ukrainian. #6542 #6578. Locale: ua>uk
  • [ ] ci: Alphabetization support for Greek. Locale: gr>el
  • [ ] ci: Alphabetization support for Hebrew. #5592 #5590. Locale: he
  • [ ] ci: Alphabetization support for Bosnian. #5845. Locale: bs
  • [ ] ci: Alphabetization support for Serbian. #6781. Locale: sr
  • [ ] ci: Alphabetization support for Khmer (Cambodia). #6156. Locale: km
  • [ ] ci: Alphabetize Filipino support. #6438 #6504 #6524 #4637. Locale: fil
  • [ ] ci: Alphabetize Malayalam (India) support. #6681. Locale: ml
  • [ ] ci: Alphabetize Latvian support (via #6979). Locale: lv
  • [ ] ci: Alphabetize Nepali support (via #7541). Locale: ne
  • [ ] ci: ALphabetize Telugu support (via #7594). Locale: te

For all those locales the selected ICU table is english (the default) and maybe LISTINGS SORT plugin DOESN'T WORK

So recheck, fix and register new languages or changes to our linter

davorpa avatar Sep 01 '22 06:09 davorpa

To avoid having to do this again in the future we can alphabetize all the languages, as on free-programming-books-parser/languages.js.

LuigiImVector avatar Sep 02 '22 15:09 LuigiImVector

To avoid having to do this again in the future we can alphabetize all the languages, as on free-programming-books-parser/languages.js.

In that case, maybe the problem would be the ICU tables. There are one for each one of languages?

I'm in pro to transfer linter project to this organization and then don't have blocking issues.

What do you think @eshellman @vhf?

davorpa avatar Sep 02 '22 17:09 davorpa

There are one for each one of languages?

There seems to be all the languages with the correct codes

LuigiImVector avatar Sep 02 '22 18:09 LuigiImVector

seems like we should do this, to the extent that we have skills.

eshellman avatar Sep 05 '22 16:09 eshellman

Added Nepali and Telugu

davorpa avatar Oct 06 '22 04:10 davorpa