Commit Graph

9 Commits

Author SHA1 Message Date
Mike Cao
89781d4847 Refactored query parameters. 2022-08-08 01:26:20 -07:00
Mike Cao
1d4aa7c535 Refactored website ordering feature. 2022-08-04 03:56:30 -07:00
Mike Cao
bf774b97fb Updated language bundles. 2022-07-22 15:09:55 -07:00
Mike Cao
be8291c856 Refactored referrer logic. Display stats for no referrers. 2022-07-21 01:11:10 -07:00
Mike Cao
98b2ee29ef Added language and theme settings. 2022-02-28 20:54:32 -08:00
Mike Cao
251617ffc5 Added lt-LT and ur-PK languages. Changed lang build. 2022-02-15 20:34:16 -08:00
Kipras Melnikovas
76f3a2f75b
undo fancy stuff - does not work
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
2022-02-10 22:11:43 +02:00
Kipras Melnikovas
a8e9df8932
experiment with "zero" formatting; sadly doesn't work for lt-LT yet
can try in:
- https://formatjs.io/docs/intl-messageformat/#common-usage-example

should work, as per:
- https://unicode-org.github.io/icu/userguide/format_parse/messages/#complex-argument-types
    - https://cldr.unicode.org/index/cldr-spec/plural-rules

in the tests of Format.JS, i see that only w/ the `ar`, or `cy`, or
similar locales it works, but somehow does not for `lt`/`lt-LT`.

keeping here won't hurt, esp. if the issue (the spec?) gets fixed

Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
2022-02-10 21:07:11 +02:00
Kipras Melnikovas
8d9555cb6a
Add the Lithuanian language (lt-LT)
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
2022-02-10 20:24:33 +02:00