about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fix text clipping around external embed's domain (#6012)Ben Harris2024-11-012-2/+2
|
* Change post Follow button color on toggle (#6059)dan2024-11-011-1/+1
|
* Add dids for discover debug (#6063)Hailey2024-11-012-2/+12
| | | | | * add dids * keep is_internal
* Hook debugTopics to override X-Bsky-Topics (#6060)dan2024-11-011-1/+8
|
* [Statsig] Track threads (#6057)dan2024-11-012-0/+12
| | | | | * [Statsig] Send thread length * Split events
* Fix character count with intent (#6056)dan2024-11-011-2/+6
|
* Fixes for thread composer on Android (#6045)dan2024-11-012-37/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Extract function to read contentHeight later * Remove autoscroll to bottom We're going to implement this in the UI layer instead. * Remove worklet from non-worklets to avoid confusion * Rename and invert hasScrolled* variables Their naming was too ambiguous (they used to represent "has scrolled _away_ from X"). I inverted them and clarified the naming. No functional changes. * This should not be necessary It's already called not just from UI thread. And it only sets shared values, which can be done from either thread. * Make hasScrolledTo* derived values It wasn't always correct to derive them manually because reading from .value is stale on JS thread. We could fix that by using the local variables but it makes more conceptualy sense to treat these as derived anyway. * Reimplement autoscroll-to-bottom in UI layer Doing it here ensures we also do it when you add an image at the end of the thread. Otherwise it's very confusing where it went. * Use fancy ScrollView This seems to fix ScrollView getting stuck after inserting images at the thread end on Android. * More aggressive scroll-to-bottom * "Fix" cursor getting stuck on Android * Revert "Use fancy ScrollView" This reverts commit 04e34a54e3b75f8a77de5062bff5fe6e76420bbb.
* Thread composer UI (#6050)dan2024-11-019-212/+460
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Basic adding of posts * Switch active post on focus * Conditionally show plus button * Insert posts midthread * Track active/inactive post * Delete posts in a thread * Focus after deletion * Tweak empty post detection * Mix height for active only * Move toolbar with post on web * Fix footer positioning * Post All button * Fix reply to positioning * Improve memoization * Improve memoization for clearVideo * Remove unnecessary argument * Add some manual memoization to fix re-renders * Scroll to bottom on add new * Fix opacity on Android * Add backdrop * Fix videos * Check alt for video too * Clear pending publish on error * Fork alt message by type * Separate placeholder for next posts * Limit hitslop to avoid clashes
* Implement posting threads (#6049)dan2024-11-013-66/+167
| | | | | | | | | | | | | | | * Implement posting a thread Co-authored-by: Dan Abramov <dan.abramov@gmail.com> * Fix native build * Remove dependency on web crypto API * Fix unrelated TS error (wtf) --------- Co-authored-by: Mary <148872143+mary-ext@users.noreply.github.com>
* Check video state for the entire thread (#5957)dan2024-11-013-76/+162
| | | | | | | | | | | | | * Switch to using post ID for post actions * Pass post-bound dispatch to ComposerPost * Check video state for entire thread * Always bind post actions to an ID * Rename variable for consistency * Fix clashing keys
* Tweak 2FA enabled state (#6043)Samuel Newman2024-11-013-7/+20
| | | | | * tweak 2fa presentation * tweak dialog text style
* allow emoji in link facets (#6039)Samuel Newman2024-10-311-1/+2
|
* [Settings] Thread prefs revamp (#5772)Samuel Newman2024-10-3126-128/+1990
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * thread preferences screen * minor tweaks * more spacing * replace gate with IS_INTERNAL * [Settings] Following feed prefs revamp (#5773) * gated new settings screen * Following feed prefs * Update src/screens/Settings/FollowingFeedPreferences.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/screens/Settings/FollowingFeedPreferences.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * replace pref following feed gate * Update src/screens/Settings/FollowingFeedPreferences.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * use "Experimental" as the header --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * [Settings] External media prefs revamp (#5774) * gated new settings screen * external media prefs revamp * replace gate ext media embeds * Update src/screens/Settings/ExternalMediaPreferences.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * add imports for translation * alternate list style on native --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * [Settings] Languages revamp (partial) (#5775) * language settings (lazy restyle) * replace gate * fix text determining flex space * [Settings] App passwords revamp (#5777) * rework app passwords screen * Apply surfdude's copy changes Thanks @surfdude29! Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * format * replace gate * use admonition for input error and animate --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * [Settings] Change handle dialog (#5781) * new change handle dialog * animations native only * overflow hidden on togglebutton animation * add a low-contrast border * extract out copybutton * finish change handle dialog * invalidate query on success * web fixes * error message for rate limit exceeded * typo * em dash! Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * another em dash Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * set maxwidth of suffixtext * Copy tweak Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * [Settings] Notifs settings revamp (#5884) * rename, move, and restyle notif settings * bold "experimental:" --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Explicitly mark lightbox worklets (#6038)dan2024-10-312-0/+11
|
* Improve notification localization (#5550)Eric Bailey2024-10-311-61/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improve notification localization (#3911) * Update FeedItem.tsx * Update FeedItem.tsx * Update FeedItem.tsx * Update FeedItem.tsx * Update FeedItem.tsx * Update FeedItem.tsx * Update FeedItem.tsx * Update FeedItem.tsx * Update FeedItem.tsx * Update PostMeta.tsx * Update RightNav.tsx * Update FeedItem.tsx * Update FeedItem.tsx * a11y * Update FeedItem.tsx * Update PostThreadItem.tsx * Update PostThreadItem.tsx * revert * Update FeedItem.tsx * Update FeedItem.tsx * Update FeedItem.tsx * Revert "Merge remote-tracking branch 'upstream/main' into Improve-notification-localization" This reverts commit f435d1e7ed083fac9d57cc1548b31c692d633c49, reversing changes made to dae2aee6765c7983dfdd93599e388afc55e53843. * Reapply "Merge remote-tracking branch 'upstream/main' into Improve-notification-localization" This reverts commit c93ac1904852e0e96b9df14b168a7063ca36465d. * Update ThreadgateBtn.tsx * Rm import edits for now * Cleanups --------- Co-authored-by: Minseo Lee <itoupluk427@gmail.com>
* Measure tapped image coordinates before opening lightbox (#6001)dan2024-10-318-11/+56
| | | | | * Measure image on press * Pass dimensions to the lightbox component
* Fix width handling for deactivated screen (#5810)Eric Bailey2024-10-311-112/+105
|
* add Thai Language translation support (#5879)Nawapon Boonjua2024-10-306-0/+8981
| | | | | | | | | | | | | | | | | | | | | * add Thai Language support * Update lingui.config.js * Update dates.ts * Update helpers.ts * Update i18n.ts * Update i18n.web.ts * Update languages.ts * Update messages.po --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* fix warning on labeler profile: emoji detected but emoji not enabled (#6011)Ben Harris2024-10-301-3/+5
|
* Added blur to search's onPressMenu (#6017)brian2024-10-301-0/+1
|
* Sort imports (#6009)dan2024-10-29129-336/+367
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* width full on text container (#6007)Samuel Newman2024-10-291-1/+1
|
* Add subtle web hover to interactive rows (#5989)dan2024-10-298-43/+152
| | | | | | | * Add subtle web hover to interactive rows * Adjust numbers * Ignore touch devices
* Settings revamp (#5745)Samuel Newman2024-10-2942-132/+1791
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * start building storybook * add title * add some styles * try out new icons * more settings list component parts * make text do the spacing * clean up storybook * gated new settings screen * switch account * add current profile * use Layout.Screen * Layout.Header and Layout.Content * translate helpdesk text thanks @surfdude29! Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * add account settings * undo changes to export car dialog * privacy and security screen * Translate protect account stuff Thanks @surfdude29! Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * content and media settings * about settings * 2fa copy Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * a11y and appearance * use new components for appearance settings * redesign accessibility settings * Update ContentAndMediaSettings.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * add divider * remove a11y and appearance middleman screen * fix web settingslist styles * new SettingsList.Group component * explain how portal magic works * hide pwioptout in old location * Update Settings.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * replace gate with `IS_INTERNAL` * add IS_INTERNAL to app-info.web * fix profile area growing * add close button to switch account --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Show almost-instant preview when opening lightbox (#6000)dan2024-10-299-78/+56
| | | | | | | | | | | * Plumb thumbUri down to the lightbox * Remove onLoad tracking from lightbox * Hook up placeholder URI to the image * Fix NaN causing crash on double tap while offline * Protect against NaNs in the future
* Refactor lightbox model to plain object (#5999)dan2024-10-296-49/+48
| | | | | * Refactor lightbox model to plain object * Rename name to type
* temp revert to old modal (#6005)Samuel Newman2024-10-296-8/+354
|
* Extend composer checks to all posts in a thread (#5955)dan2024-10-291-50/+65
| | | | | * Check all posts in a thread * Use thread for more checks
* Remove indirection when rendering composer state (#5954)dan2024-10-292-66/+40
| | | | | | | * Simplify onPressCancel dismiss condition * Remove alias variables * Move grapheme length calculation to reducer
* Refactor composer state for threads (#5945)dan2024-10-294-58/+126
| | | | | | | * Refactor composer state for threads * Remove unnecessary default case TS can see it's exhaustive.
* Disable Post button when empty (#5953)dan2024-10-291-32/+19
| | | | | | | * Disable Post button when empty * Use regular disabled button * Disable post on video error until cleared
* fix splash screen (#5997)Samuel Newman2024-10-291-0/+1
|
* Fix video quality for short videos (#5996)Samuel Newman2024-10-292-13/+36
| | | | | * remove auto level capping * flush first fragment on loop
* Fix double padding in `Dialog.InnerFlatList` on web (#5986)Samuel Newman2024-10-293-12/+19
| | | | | * remove extra padding on web * pass prop
* Fix drawer icon alignment (#5991)Eric Bailey2024-10-281-0/+1
|
* Release 1.93 (#5990)Paul Frazee2024-10-2822-13229/+15439
| | | | | * Run intl:extract * Update joined_this_week
* Merge branch 'main' of github.com:bluesky-social/social-app into mainPaul Frazee2024-10-283-4/+6
|\
| * fix starterpack wizard screen (#5987)Samuel Newman2024-10-291-2/+4
| |
| * fix alt position (#5985)Samuel Newman2024-10-282-2/+2
| |
* | Fix to ES localePaul Frazee2024-10-281-3/+3
|/
* Update Russian localization (#5344)RomanPro1002024-10-281-197/+197
| | | | | | | | | * Added translations for new strings * Fixed some translations: made them more natural and consistent --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Update messages.po (#5375)Luan2024-10-281-1/+1
| | | | | | | | | | | | | * Update messages.po Change text to be more natural * Update src/locale/locales/pt-BR/messages.po Co-authored-by: Gleydson Rodrigues <gleydsonsr@gmail.com> --------- Co-authored-by: Gleydson Rodrigues <gleydsonsr@gmail.com>
* Update catalan messages.po (#5735)Ivan Beà2024-10-281-16/+16
| | | | | | | | | | | | | | * Update catalana messages.po Just a few lines, including pending corrections from @surfdude29 Please have a look at it @jordimas @darccio @surfdude29 @rortan134 * Update messages.po correct typo * Update messages.po little typo
* Updated Japanese translation (#5759)Takayuki KUSANO2024-10-281-82/+161
| | | | | | | | | | | | | | | | | | | | | * Updated translation * Use full-width char for single-digit num * Update translation * Update translation * Corrected translations (thanks to Hima-Zinn) * Update translation * Update translation * Unified the translation of "browser" (by reindex-ot) * Update translation * Updated translation
* Update Chinese and Cantonese localization (#5698)Frudrax Cheng2024-10-283-2949/+3107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Both: Run intl:extract * HK: Hot fix * Both: Fix dms time string * HK: Update Translates * Both: Remove superseded strings * Both: Run intl:extract * CN: Update Translates * TW: Update Translates * HK: Update Translates * Both: Run intl:extract * Both: Update Translates and remove superseded strings * Both: Run intl:extract * CN: Update Translates * CN: Remove superseded strings * HK: Update translates & remove superseded strings * CN: Update Translates * TW: Update Translates * CN: Improved translation * HK: Update Translates * CN: Update Translates * CN: Improved translation * TW: Update Translates * HK: Update Translates * Both: Run intl:extract & remove 'Chats' * Both: Translated 'LOGO by...' * Both: Update translation to remove double 'an' * Both: Translated 'ago' in time * CN & HK: Improved translation * TW: Modify according to review suggestions Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * TW: Modify according to review suggestions Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * TW: Modify according to review suggestions Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * TW: Modify according to review suggestions Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * TW: Modify according to review suggestions Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * TW: Modify according to review suggestions Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * TW: Modify according to review suggestions Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * TW: Modify according to review suggestions Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * TW: Modify according to review suggestions Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * TW: Modify according to review suggestions Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * TW: Modify according to review suggestions Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * TW: Modify according to review suggestions Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * TW: Modify according to review suggestions Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * TW: Modify according to review suggestions Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * TW: Modify according to review suggestions Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * CN & HK: Improved translation * CN: Improve the translation of 'Say hello' * Both: Translated self-labels * CN: Add the missing period * CN: Improved labels translation * HK: Re-translate 'Feed' * HK: Re-translate 'Feedback' * HK: Re-translate 'Follow by..' * Both: Re-translate 'Follow by..' * HK: Improved translation * HK: Improved translation * CN: Improved translation * CN & HK: Improved translation * CN: Improved translation 'Followed you back' * TW: Update Translates Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * CN: Update Translates Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * CN & HK: Update Translates * HK: Update Translates * Both: Improve translation of 'starter pack' * CN: Update Translates by reviewer * TW & HK: Update Translates * CN: Update 'Display Name' Translates * TW & HK: Update 'Display Name' Translates * HK: Fix typo * HK: Update Translates * HK: Re-translate 'Feed' * HK: Fix typo * TW & CN: Fix incorrect tag syntax for "Moderation list by" * TW: Update Translates Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com> * CN & HK: Update Translate 'Blocked' * TW: Re-translation 'dialog' --------- Co-authored-by: cirx <133132480+cirx1e@users.noreply.github.com>
* Update Korean localization (#5736)Minseo Lee2024-10-281-807/+879
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po
* hailey/filter dupe labels (#5984)Hailey2024-10-281-2/+6
|
* [Translations] Complete Update - Spanish 100% (#5842)madKoding2024-10-281-1203/+1196
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update spanish translations * Update translated messages from line 1500-2000 * Updated messages from 2500-3000 * Update messages 3000-4000 * Update from 4000 to 5000 * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Fix feeds translation * Updated close messages * Missing accent * Replaced debug translation * Fix debug translations * Replaced unmuted sentence * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Accesibility fix likes * Fix translations * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Updated translations * Completed translation * Fix unmuted account * Fix to add feed message * Fix message * Fixed unmuted list * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Explore fix * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com>
* Add Hungarian localisation (#5902)smileyhead2024-10-286-0/+7824
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add 'hu' to lingui.config.js * Add 'hu' to dates.ts * Add 'hu' to helpers.ts * Add 'hu' to i18n.ts * Add 'hu' to i18n.web.ts * Add 'hu' to languages.ts * Create messages.po * Update messages.po * Update messages.po * Update messages.po * Minor fixes Reworded some things in the hashtag context menu. * Some tweaks Shortened Media tab title Added spaces to the short timestamps (mp, p, ó, n, hó) * Hopefully fix the removing of plural strings * Update Hungarian localisation * Fixed some things * Fixed typo * Further small fixes * Update src/locale/locales/hu/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/hu/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/hu/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/hu/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/hu/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/hu/messages.po Co-authored-by: Frudrax Cheng <i@cynosura.one> * Update src/locale/locales/hu/messages.po Co-authored-by: Frudrax Cheng <i@cynosura.one> * Apply fixes after proofreading session --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Frudrax Cheng <i@cynosura.one>
* Clean up English messages.po (#5908)Takayuki KUSANO2024-10-281-1170/+150
|