Commit Graph

22 Commits (390c09a09a88a8ea2dbedb6cdec0c6f64b2e0f71)

Author SHA1 Message Date
gunchleoc 3ae5f35833 Remove kmr from language selection () 2023-09-04 13:21:43 +02:00
gunchleoc 3adf76ce89 Add Kalmyk to languages dropdown () 2023-08-22 17:50:04 +02:00
gunchleoc 284f99b924 Add cherokee to languages dropdown () 2023-08-22 16:53:27 +02:00
gunchleoc 52f52324b7 Allow filtering for Chinese languages () 2023-07-28 23:07:22 +02:00
Renaud Chaput 8bd9ce4d09 Disable some metrics cops () 2023-05-31 23:33:10 +02:00
Christian Schmidt 7598355527 Remove `tai` locale () 2023-04-23 22:49:07 +02:00
Nick Schonning 8d05167e5f Include config/ and update all rubcop deps () 2023-03-17 10:13:28 +01:00
Nick Schonning e6312104c7 Autofix Rubocop remaining Layout rules () 2023-02-20 06:58:28 +01:00
Nick Schonning 68b3211575 Address check-i18n warnings ()
* Address check-i18n warnings

* Add language names to language helpers
2023-02-02 10:14:19 +09:00
Jullan-M 8a8379cd4f 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
2022-12-15 18:42:48 +01:00
Fries 0e5b4b87bb Add Montenegrin (cnr) () 2022-12-15 16:40:57 +01:00
F dae2918c6a Add Scots to the supported locales ()
Fixes 
2022-11-10 21:11:38 +01:00
Vyr Cossont 75cb668fa9 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
2022-11-09 15:23:52 +01:00
Matthias Bethke 150f5b0e6c 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.
2022-10-29 13:34:56 +02:00
Eugen Rochko cd8ee3df8f Fix errors when rendering RSS feeds () 2022-05-26 23:02:42 +02:00
Claire 45c0d196f1 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.
2022-03-17 12:55:09 +01:00
Claire b167133918 Fix wrong language code for Kurdish languages () 2022-03-17 01:37:03 +01:00
Eugen Rochko aff497a87a Fix invalid language resulting in no fallback being set on statuses () 2022-03-09 08:46:05 +01:00
Eugen Rochko e6d2b07ec1 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
2022-02-25 00:34:14 +01:00
Eugen Rochko 6732217dd0 Change languages to be listed under standard instead of native name in admin UI () 2022-02-09 04:15:38 +01:00
Eugen Rochko a44cc7931a 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>
2022-02-08 02:41:17 +01:00
Eugen Rochko ad73becf3e 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
2021-11-25 13:07:38 +01:00