aboutsummaryrefslogtreecommitdiff
path: root/src/i18n
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/develop' into shadow-control-2.0Henry Jameson2024-09-26
|\
| * Translated using Weblate (Chinese (Min Nan) (nan_TW))Kian-ting Tan2024-09-23
| | | | | | | | | | | | | | Currently translated at 91.6% (1093 of 1193 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/nan_TW/
| * Merge branch 'non-anonymous-polls' into 'develop'HJ2024-09-21
| |\ | | | | | | | | | | | | Inform users that Smithereen public polls are public See merge request pleroma/pleroma-fe!1932
| | * Inform users that Smithereen public polls are publicmarcin mikołajczak2024-08-13
| | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
| * | Merge branch 'tusooa/date-absolute' into 'develop'HJ2024-09-18
| |\ \ | | | | | | | | | | | | | | | | Support displaying time in absolute format See merge request pleroma/pleroma-fe!1938
| | * | Support displaying time in absolute formattusooa2024-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds two config items: useAbsoluteTimeFormat (boolean) and absoluteTimeFormatMinAge (string, number + unit ('d'|'h'|'m'|'s')). When `useAbsoluteTimeFormat` is true, the Timeago component will display absolute time if the time is at least `absoluteTimeFormatMinAge` from now. If `longFormat` prop is true, the fully formatted time is displayed. Otherwise, the format is determined by the `time` prop: (1) if `time` is on the same day of now, display hour and minute; (2) if `time` is in the same month of now, display day and hour; (3) if `time` is in the same year of now, display month and day; (4) otherwise, display year and month. If it should display relative time, the format is the same as before.
| * | | Merge branch 'add-pdc-language' into 'develop'HJ2024-09-14
| |\ \ \ | | |/ / | |/| | | | | | | | | | add Pennsylvania Dutch to languages See merge request pleroma/pleroma-fe!1935
* | | | Updated shadow control to be able to handle "absolute null" situationHenry Jameson2024-09-12
| | | |
* | | | Massively upgraded shadow control, added sorting by specificity in themes3, ↵Henry Jameson2024-09-12
| | | | | | | | | | | | | | | | added/fixed disabled inputs
* | | | Merge remote-tracking branch 'origin/develop' into add-pdc-languageHenry Jameson2024-09-11
|\| | | | |/ / |/| |
| * | Added translation using Weblate (Pennsylvania Dutch (pdc))Weblate Admin2024-09-11
| | |
| * | Translated using Weblate (Esperanto)Tirifto2024-09-04
| | | | | | | | | | | | | | | | | | | | | Currently translated at 92.0% (1098 of 1193 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/eo/
| * | Translated using Weblate (Polish)marcin mikołajczak2024-09-04
| | | | | | | | | | | | | | | | | | | | | Currently translated at 57.1% (682 of 1193 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/pl/
| * | Translated using Weblate (French)Gllm R2024-09-04
| | | | | | | | | | | | | | | | | | | | | Currently translated at 94.5% (1128 of 1193 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/fr/
| * | Translated using Weblate (Japanese (ja_PEDANTIC))SyoBoN2024-09-04
| | | | | | | | | | | | | | | | | | | | | Currently translated at 97.1% (1159 of 1193 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/ja_PEDANTIC/
| * | Translated using Weblate (Chinese (Simplified))Eric Zhang2024-09-04
| |/ | | | | | | | | | | | | Currently translated at 99.6% (1189 of 1193 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/zh_Hans/
* / add Pennsylvania Dutch to languagesHenry Jameson2024-09-11
|/
* Merge branch 'appearance-tab' into 'develop'HJ2024-07-24
|\ | | | | | | | | Themes 3: Intermission: Appearance Tab and fixes See merge request pleroma/pleroma-fe!1920
| * elaborates, refuses to leaveHenry Jameson2024-07-23
| |
| * elaboration and spacingHenry Jameson2024-07-23
| |
| * localization file fixHenry Jameson2024-07-21
| |
| * new theme selector, RCHenry Jameson2024-07-17
| |
| * add ability to override underlay color/opacity regardless of themeHenry Jameson2024-07-16
| |
| * "fix" theme previewHenry Jameson2024-07-04
| |
| * fields for user font overridesHenry Jameson2024-06-27
| |
| * Massively simplify and improve font input componentHenry Jameson2024-06-27
| |
| * font selector with proper styles and functionality + local font selectorHenry Jameson2024-06-26
| |
| * better font control custom inputHenry Jameson2024-06-26
| |
| * made theme debug easier by making it an actual optionHenry Jameson2024-06-21
| |
| * forced roundness tweak configHenry Jameson2024-06-21
| |
| * more scaling optionsHenry Jameson2024-06-13
| |
| * initial Appearance Tab implementation, added text size/UI scale optionHenry Jameson2024-05-22
| |
* | Merge branch 'status-notification-type' into 'develop'HJ2024-07-21
|\ \ | | | | | | | | | | | | Support `status` notification type See merge request pleroma/pleroma-fe!1916
| * | Add tab to interactions.vuemarcin mikołajczak2024-06-02
| | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
| * | Support `status` notification typemarcin mikołajczak2024-05-25
| |/ | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | Translated using Weblate (Esperanto)Tirifto2024-07-12
| | | | | | | | | | | | | | Currently translated at 92.5% (1062 of 1148 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/eo/
* | Translated using Weblate (Ukrainian)Pleroma User2024-06-23
| | | | | | | | | | | | | | Currently translated at 100.0% (1148 of 1148 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/uk/
* | Translated using Weblate (Japanese (ja_PEDANTIC))SyoBoN2024-06-21
| | | | | | | | | | | | | | Currently translated at 97.2% (1117 of 1148 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/ja_PEDANTIC/
* | Translated using Weblate (Japanese (ja_PEDANTIC))SyoBoN2024-06-21
|/ | | | | | | Currently translated at 95.0% (1091 of 1148 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/ja_PEDANTIC/
* Merge branch 'scrobbles-age' into 'develop'HJ2024-05-22
|\ | | | | | | | | Add setting to only show scrobbles newer than certain age. See merge request pleroma/pleroma-fe!1904
| * Merge branch 'develop' into 'scrobbles-age'HJ2024-04-28
| |\ | | | | | | | | | # Conflicts: # src/i18n/en.json
| * | refactor sizesetting into unitsetting allowing more unit types with i18n supportHenry Jameson2024-04-24
| | |
| * | scrobbles age settingHenry Jameson2024-03-25
| | |
* | | Merge branch 'quotes-count' into 'develop'HJ2024-05-22
|\ \ \ | | | | | | | | | | | | | | | | Display quotes count on posts and add quotes list page See merge request pleroma/pleroma-fe!1885
| * \ \ Merge branch 'develop' into 'quotes-count'marcin mikołajczak2024-01-14
| |\ \ \ | | | | | | | | | | | | | | | # Conflicts: # src/services/api/api.service.js
| * | | | Display quotes count on posts and add quotes list pagemarcin mikołajczak2024-01-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | | | | Merge branch 'weblate' into 'develop'HJ2024-05-22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Translations update from Pleroma Weblate See merge request pleroma/pleroma-fe!1910
| * | | | | Translated using Weblate (Czech)Phantasm2024-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 84.2% (960 of 1140 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/cs/
| * | | | | Translated using Weblate (Czech)Phantasm2024-04-28
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 84.5% (960 of 1136 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/cs/
* | | | | Merge branch 'themes3-cache' into 'develop'HJ2024-05-22
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | implement a simple caching system for themes 3 See merge request pleroma/pleroma-fe!1911