Commit Graph

35 Commits (29f98b361f77778d9e5675078a9276575cd1cb03)

Author SHA1 Message Date
Florian Kohler 2404d6d1a1
Added Swiss German to languages dropdown ()
Co-authored-by: David Roetzel <david@roetzel.de>
Matt Jankowski c9641c8070
Remove un-needed edge case sort condition in languages helper ()
gunchleoc 81400b02b1
Add nds locale to posting languages ()
gunchleoc c01f4cebed
Add Mohawk to posting languages ()
gunchleoc 995e15c24a
Add Jawi Malay to posting languages ()
gunchleoc 1d5de8b26a
Add Vai to posting languages ()
gunchleoc 5ab944af95
Rename Panjabi to Punjabi ()
Helge 8d22599318
Add Pennsylvania Dutch to languages dropdown ()
Krzysztof Piwowar b4af3639e8
Add Kashubian to languages dropdown ()
gunchleoc 173953c23e
Fix ISO code for Canadian French ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Matt Jankowski 7d6bcc0615
Remove unmatched `rubocop:enable` declaration ()
gunchleoc 68ec1d180a
Fix language sorting in settings ()
gunchleoc ce79caca4e
Only strip country code when language not listed in SUPPORTED_LOCALES ()
gunchleoc ac3f310f4b
Remove kmr from language selection ()
gunchleoc 25dc01660d
Add Kalmyk to languages dropdown ()
gunchleoc c01ecd0879
Add cherokee to languages dropdown ()
gunchleoc b0134db6ff
Allow filtering for Chinese languages ()
Renaud Chaput b7d995cb00
Disable some metrics cops ()
Christian Schmidt 5141697323
Remove `tai` locale ()
Nick Schonning b22b4bac03
Include config/ and update all rubcop deps ()
Nick Schonning 717683d1c3
Autofix Rubocop remaining Layout rules ()
Nick Schonning 6a5e447753
Address check-i18n warnings ()
* Address check-i18n warnings

* Add language names to language helpers
Jullan-M b4fe2d1004
Add Southern Sami, and Lule Sami to language list under the ISO-639-3 standard ()
* Add sme, smj, and sma ISO-639-3 language codes

* Remove sme in ISO-639-3
Fries 725f21662f
Add Montenegrin (cnr) ()
F a02a453a40
Add Scots to the supported locales ()
Fixes 
Vyr Cossont 104157bd01
Add Balaibalan, Láadan, Lingua Franca Nova, Lojban, Toki Pona to language list ()
* Add Balaibalan, Láadan, Lojban, Toki Pona to language list

Fixes .

* Correct translated names for Lojban and Toki Pona

* Correct translated name for Balaibalan

* Add Lingua Franca Nova aka Elefen

* Disable unhelpful Rubocop checks

* Re-enable Rubocop checks at end of file
Matthias Bethke 7926cb1bc7
fix name of Lao language ()
It said ພາສາ or pha-sa, which means just "language" in Lao. "ພາສາລາວ",
pha-sa lao, is the full name but the short "ລາວ" is commonly used.
Eugen Rochko 0a1992430d
Fix errors when rendering RSS feeds ()
Claire a9bafe5df5
Fix some language endonyms ()
Some language endonyms have been changed with . I went through them and
tried to pick the one that made the more sense.
Claire b07906bdb0
Fix wrong language code for Kurdish languages ()
Eugen Rochko c0327ff31f
Fix invalid language resulting in no fallback being set on statuses ()
Eugen Rochko 27965ce5ed
Add trending statuses ()
* Add trending statuses

* Fix dangling items with stale scores in localized sets

* Various fixes and improvements

- Change approve_all/reject_all to approve_accounts/reject_accounts
- Change Trends::Query methods to not mutate the original query
- Change Trends::Query#skip to offset
- Change follow recommendations to be refreshed in a transaction

* Add tests for trending statuses filtering behaviour

* Fix not applying filtering scope in controller
Eugen Rochko 3aebe711fd
Change languages to be listed under standard instead of native name in admin UI ()
Eugen Rochko b6d7726ecb
Remove language detection through cld3 ()
* Remove language detection through cld3

* Update app/helpers/languages_helper.rb

Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>

Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
Eugen Rochko 6e50134a42
Add trending links ()
* Add trending links

* Add overriding specific links trendability

* Add link type to preview cards and only trend articles

Change trends review notifications from being sent every 5 minutes to being sent every 2 hours

Change threshold from 5 unique accounts to 15 unique accounts

* Fix tests