Commit Graph

330 Commits

Author SHA1 Message Date
Stephen Zhou b95237f22e
refactor: move locales folder (#3374)
* chore: move locales out

* fix: correct import

* move generate local script
2025-03-31 18:59:29 +08:00
DIYgod 8b07a9a573
chore: desktop dir (#2924)
* chore: desktop dir

* chore: desktop src and configs

* chore: auto-fix linting and formatting issues

* fix: path

* fix: path

* fix: path

* fix: path

* fix

* fix

* fix

* test

* test

* test

* test

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

---------

Co-authored-by: DIYgod <8266075+DIYgod@users.noreply.github.com>
2025-03-02 17:19:22 +08:00
Eric Zhu 2299f3eb94
feat(locales): update zh-cn translations (#2726)
Co-authored-by: Innei <i@innei.in>
2025-02-26 13:06:11 +08:00
Konv Suu 6587664ec2
feat(i18n): add translation support for follow actions in discover (#2882) 2025-02-26 12:49:08 +08:00
DIYgod a1996c8963
feat: remove pictureViewFilterNoImage 2025-02-24 20:43:55 +08:00
Innei d87a92a095
feat: custom content font size and line height, resolves FOL-354
Signed-off-by: Innei <tukon479@gmail.com>
2025-02-11 23:09:57 +08:00
DIYgod 2f3655cf56
feat: optimize login modal 2025-02-07 20:08:37 +08:00
Jinwoo Jeong 4a1a3f9687
feat(locales): enhance korean locale (#2685)
* feat: update localization for korean

* chore: auto-fix linting and formatting issues

---------

Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
2025-02-05 10:55:28 +08:00
Stephen Zhou e7e19a5aa8
fix: unescape, close #2276 2025-01-24 10:54:59 +08:00
dai 6fae0189f2
feat(locales): update Japanese translations for search results and two-factor authentication (#2628)
Co-authored-by: dai <dai@users.noreply.github.com>
Co-authored-by: Innei <i@innei.in>
Co-authored-by: Innei <Innei@users.noreply.github.com>
2025-01-22 11:38:49 +08:00
Konv Suu 166e09563d
feat(discover): implement localized search results (#2623) 2025-01-21 11:04:18 +08:00
天空的盡頭 11828ea927
feat(locales): update zh-TW translations (#2621) 2025-01-21 11:03:37 +08:00
Stephen Zhou 85384d1178
chore: update locales 2025-01-20 22:18:05 +08:00
Stephen Zhou 364d23f729
feat: merge actions for toggling state (#2617) 2025-01-20 17:43:33 +08:00
Eric Zhu 8385500c4b
chore: update zh-cn translations (#2601) 2025-01-18 11:16:49 +08:00
Konv Suu 7e1618cfc2
feat: add i18n for customize toolbar (#2592) 2025-01-17 09:48:15 +08:00
Stephen Zhou fb531b1c9d
feat: 2fa (#2540)
Co-authored-by: Innei <tukon479@gmail.com>
Co-authored-by: Innei <i@innei.in>
2025-01-16 20:35:30 +08:00
Suemor a231e178c1
feat(locales): dynamically update copyright year (#2583) 2025-01-16 16:26:14 +08:00
Eric Zhu 8ab6835141
chore: apply custom css to mobile (#2533) 2025-01-14 22:06:32 +08:00
Jerry Wong 6828606cc4
feat(locales): enhance zh-HK locale with new user prompts (#2556)
* feat: update zh-HK file

* feat: add translation for "show more"
feat: Improve the zh-hk file

* feat: update zh-HK

* feat: improve zh-HK
2025-01-13 17:09:45 +08:00
DIYgod f9c7e55ef9
feat: full width rsshub page 2025-01-10 13:47:56 +08:00
天空的盡頭 5780aea3a4
feat(locales): update zh-TW translations (#2522) 2025-01-10 13:07:50 +08:00
dai 7e627fd9a0
feat(i18n): update Japanese locale with new toolbar customization and profile link social fields (#2498) 2025-01-09 20:16:35 +08:00
Eric Zhu 5ae616d691
chore: update zh-cn translations (#2510) 2025-01-09 18:58:48 +08:00
dai 6ed05cea8b
feat(locales): update Japanese translations for RSSHub and related settings (#2474)
* chore: update ja.json

* chore: update 6 ja.json files

chore: update and bump 6 ja.json files.

* chore: update error/ja.json

fix locale/error/ja.json

* chore: auto-fix linting and formatting issues

* chore: update app/ja.json

* chore: update ja.json

* chore: update ja.json

* chore: update ja.json and tested local.

* chore: update ja.json

update settings/ja.json

* feat(i18n): update Japanese locale files with new error messages and dialog options

* chore(vscode): set default formatter for JSON and JSONC files

* Remove JSON and JSONC formatter settings

so sorry, @hyoban 😢

Perhaps my local settings are in. I have restored it to the original. Thanks for your kindness. 
You have always been a great help.

* chore: auto-fix linting and formatting issues

* chore: update ja.json

sync and update settings/ja.json

* chore: update Japanese translations for clarity and consistency

* chore: update some ja.json

* chore(locales): update Japanese translations with new entry actions and settings

* fix: update Japanese translations for user actions and login prompts

* feat(locales): add Japanese translations for login and registration features

* feat(locales): update Japanese translations for RSSHub and related settings

* chore: auto-fix linting and formatting issues

---------

Co-authored-by: dai <dai@users.noreply.github.com>
Co-authored-by: Innei <i@innei.in>
Co-authored-by: Innei <Innei@users.noreply.github.com>
2025-01-07 14:07:46 +08:00
Whitewater 38fe110754
feat: customize toolbar (#2468)
* feat: add customizable toolbar modal

* refactor: extract SortableActionButton component

* refactor: enhance CustomizeToolbar with drag-and-drop reordering and state management

* refactor: update CustomizeToolbar for improved state management

* refactor: enhance drag-and-drop functionality

* feat: add CustomizeToolbarCommand

* chore: update i18n

* feat: extract customizable toolbar actions state

* feat: integrate customizable toolbar order for entry header and more actions

* chore: add @dnd-kit/sortable dependency

* feat: add reset action order functionality

* feat: sync action order

* chore: filter out read action

* chore: add changeset
2025-01-07 12:26:24 +08:00
Innei f9d5d7698c
feat(rn): feed form and subscribe
- Removed unused code from package.json.
- Simplified description rendering in FormSwitch component.
- Enhanced Follow modal with new subscription logic and improved form handling.
- Updated error messages in locales for better clarity.
- Added new properties to the subscription sync service for better data handling.

This commit improves code readability and enhances the user experience in the subscription process.

Signed-off-by: Innei <tukon479@gmail.com>
2025-01-06 23:32:58 +08:00
Konv Suu 99011ebcf2
feat: enhance table with new translations and tooltip for descriptions (#2471) 2025-01-06 14:13:20 +08:00
天空的盡頭 dbae887df1
feat(locales): update zh-TW translations (#2446)
Co-authored-by: ghostendsky <ghostendsky@users.noreply.github.com>
2025-01-06 09:00:40 +08:00
Eric Zhu f97be400d4
chore: add additional data attr for targeted customization of article css (#2421)
* chore: add additional data attr for targeted customization of article css

* update

* chore: auto-fix linting and formatting issues

---------

Co-authored-by: ericyzhu <ericyzhu@users.noreply.github.com>
2025-01-03 17:15:20 +08:00
Denisskas 9d6508b211
feat:(locales) update ru local files and create ru file (#2418)
* Update ru.json

* add in native ru.json

* Update in common ru.json

* Update in errors ru.json

* Update in external ru.json

* Update in settings ru.json

* Update in shortcuts ru.json

* Fix in app ru.json

* Fix in errors ru.json

* Fix in settings ru.json

* Update , external  ru.json

* Update , settings ru.json

* chore: auto-fix linting and formatting issues

* Update ru.json

* chore: auto-fix linting and formatting issues

---------

Co-authored-by: Denisskas <Denisskas@users.noreply.github.com>
2025-01-03 17:14:32 +08:00
Innei 61508a478e
feat: optimize profile setting page
Signed-off-by: Innei <i@innei.in>
2025-01-02 19:16:20 +08:00
DIYgod 5af9cf5ec7
feat: withdraw as rss3 2025-01-02 18:35:24 +08:00
Innei 1cfbbb9038
feat: adjust rsshub page styles
Signed-off-by: Innei <i@innei.in>
2025-01-02 16:37:59 +08:00
Eric Zhu a177c2f6be
chore: update zh-CN translations (#2393)
* chore: update zh-CN translations

* update

* update

* update

* update
2025-01-02 14:32:05 +08:00
DIYgod 43b0ac704a
feat: remove reduceRefetch config 2025-01-01 18:58:24 +08:00
Stephen Zhou 6691cb2367
feat: unlink account 2025-01-01 13:21:45 +08:00
Stephen Zhou 97bacc99f1
feat: allow change email 2024-12-31 22:31:48 +08:00
Stephen Zhou fd373fb527
feat: manually link social account 2024-12-31 19:55:06 +08:00
DIYgod 7f080aa00b
feat: edit rsshub instance 2024-12-31 17:14:04 +08:00
DIYgod 613b3b5c19
feat: rsshub add modal content 2024-12-31 17:14:03 +08:00
Stephen Zhou db3db14e5d
feat: folder mode option for export, close #874 2024-12-31 16:48:32 +08:00
Stephen Zhou 4aacca3b40
feat: allow custom rsshub url, close #2084 2024-12-31 15:45:54 +08:00
DIYgod c772b911aa
feat: rsshub list check purchased instance 2024-12-30 22:31:56 +08:00
DIYgod 5252f97617
feat: rsshub use modal 2024-12-30 22:31:56 +08:00
DIYgod 38a6f990e9
feat: rsshub status api 2024-12-30 22:31:56 +08:00
DIYgod 1bf2e20801
feat: rsshub instance list 2024-12-29 16:51:34 +08:00
Eric Zhu fcdd20fa1c
chore: update zh-CN translations (#2343) 2024-12-27 14:11:18 +08:00
dai c72c576f32
chore(locales): multiple updates to the Japanese localization files across various parts of the application. (#2345)
* chore: update ja.json

* chore: update 6 ja.json files

chore: update and bump 6 ja.json files.

* chore: update error/ja.json

fix locale/error/ja.json

* chore: auto-fix linting and formatting issues

* chore: update app/ja.json

* chore: update ja.json

* chore: update ja.json

* chore: update ja.json and tested local.

* chore: update ja.json

update settings/ja.json

* feat(i18n): update Japanese locale files with new error messages and dialog options

* chore(vscode): set default formatter for JSON and JSONC files

* Remove JSON and JSONC formatter settings

so sorry, @hyoban 😢

Perhaps my local settings are in. I have restored it to the original. Thanks for your kindness. 
You have always been a great help.

* chore: auto-fix linting and formatting issues

* chore: update ja.json

sync and update settings/ja.json

* chore: update Japanese translations for clarity and consistency

* chore: update some ja.json

* chore(locales): update Japanese translations with new entry actions and settings

* fix: update Japanese translations for user actions and login prompts

* feat(locales): add Japanese translations for login and registration features

---------

Co-authored-by: dai <dai@users.noreply.github.com>
2024-12-27 14:09:05 +08:00
Innei 8bf9dd07e5
feat(auth): enhance login modal with email login
Signed-off-by: Innei <tukon479@gmail.com>
2024-12-23 21:32:48 +08:00