about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos and clarify two `accessibilityHint`s (#2923)surfdude292024-03-193-5/+5
| | | | | | | | | | | | | | | | | | | | | | | * Clarify accessibilityHint in Settings * Fix typo in ModerationMutedAccounts.tsx * Fix typo in ModerationBlockedAccounts.tsx * fix lint error in ModerationMutedAccounts.tsx * try again * fix lint error in index.tsx * try again * Update index.tsx * Update index.tsx --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* [Statsig] Include OS and track app state changes (#3273)dan2024-03-192-1/+21
| | | | | * Include platform in identify * Track back/foregrounding
* Fix formattingPaul Frazee2024-03-192-3/+3
|
* Merge branch 'main' of ↵Paul Frazee2024-03-196-3/+4854
|\ | | | | | | https://github.com/jaoler/Bluesky-app-Finnish-translations into jaoler-main
| * Merge branch 'bluesky-social:main' into mainJan-Olof Eriksson2024-03-1153-598/+1354
| |\
| * | Add files via uploadJan-Olof Eriksson2024-03-041-1/+1
| | |
| * | Update messages.poJan-Olof Eriksson2024-03-041-287/+479
| | | | | | | | | Updated latest strings
| * | Update messages.poJan-Olof Eriksson2024-03-041-1054/+1055
| | |
| * | Update messages.poJan-Olof Eriksson2024-03-041-1057/+1056
| | | | | | | | | Updated new strings
| * | Merge branch 'bluesky-social:main' into mainJan-Olof Eriksson2024-03-0438-493/+1226
| |\ \
| * \ \ Merge branch 'bluesky-social:main' into mainJan-Olof Eriksson2024-02-2993-1690/+6193
| |\ \ \
| * \ \ \ Merge branch 'bluesky-social:main' into mainJan-Olof Eriksson2024-02-2444-3297/+3698
| |\ \ \ \
| * \ \ \ \ Merge branch 'bluesky-social:main' into mainJan-Olof Eriksson2024-02-2136-469/+449
| |\ \ \ \ \
| * | | | | | Update i18n.tsJan-Olof Eriksson2024-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | Fixed typo in line 9
| * | | | | | Update languages.tsJan-Olof Eriksson2024-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | Typo
| * | | | | | Update i18n.web.tsJan-Olof Eriksson2024-02-191-0/+4
| | | | | | | | | | | | | | | | | | | | | Added Finnish
| * | | | | | Update i18n.tsJan-Olof Eriksson2024-02-191-0/+5
| | | | | | | | | | | | | | | | | | | | | Added Finnish
| * | | | | | Update helpers.tsJan-Olof Eriksson2024-02-191-0/+2
| | | | | | | | | | | | | | | | | | | | | Added Finnish
| * | | | | | Update languages.tsJan-Olof Eriksson2024-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | Suomi - Finnish
| * | | | | | Update languages.tsJan-Olof Eriksson2024-02-191-0/+2
| | | | | | | | | | | | | | | | | | | | | Added Finnish - Suomi
| * | | | | | Update messages.poJan-Olof Eriksson2024-02-191-2/+2
| | | | | | |
| * | | | | | Update messages.poJan-Olof Eriksson2024-02-181-3/+3
| | | | | | |
| * | | | | | Update messages.poJan-Olof Eriksson2024-02-181-9/+9
| | | | | | | | | | | | | | | | | | | | | Minor changes. (Handle=käyttäjätunnus)
| * | | | | | Update messages.poJan-Olof Eriksson2024-02-181-4/+4
| | | | | | | | | | | | | | | | | | | | | Some fixes.
| * | | | | | Create messages.pojaoler2024-02-181-0/+4646
| | | | | | | | | | | | | | | | | | | | | Finnish tranlation for Bluesky
* | | | | | | Fix merge errorPaul Frazee2024-03-191-1/+0
| | | | | | |
* | | | | | | Update catalan localization messages.po (#2904)Ivan Beà2024-03-191-124/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update catalan localization messages.po Localization of new lines * Update messages.po * Update messages.po Corrections applied
* | | | | | | Update zh-CN translation to latest version (#2901)Leonid2024-03-191-259/+259
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Chinese translation for "followed you" message * Update translations for zh-CN locale * Update messages.po * Delete empty line * Add translations in messages.po * fix some issue * Apply suggestions from code review * Update src/locale/locales/zh-CN/messages.po * Update src/locale/locales/zh-CN/messages.po * Update src/locale/locales/zh-CN/messages.po * accept suggestions * unify translations * Update Chinese translations for Navigation and PreferencesHomeFeed * Update translations * merge latest translations --------- Co-authored-by: Frudrax Cheng <i@cynosura.one>
* | | | | | | Merge branch 'main' of https://github.com/Titianbeetle/social-app into ↵Paul Frazee2024-03-191-357/+342
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Titianbeetle-main
| * | | | | | | Update messages.poGabriella2024-03-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Updated two expression
| * | | | | | | Update messages.poGabriella2024-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changed a longer sentence for a shorter version in order to fit on the app screen.
| * | | | | | | Update messages.poGabriella2024-02-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | sentence updated
| * | | | | | | Update messages.poGabriella2024-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Corrected small typo
| * | | | | | | Update messages.poGabriella2024-02-271-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | Translation updated with minor corrections
| * | | | | | | Merge branch 'main' into fork/mainHailey2024-02-1838-2361/+2278
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/locale/locales/it/messages.po
| * | | | | | | Update messages.poGabriella2024-02-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Additional grammatical correction related to subject gender
| * | | | | | | Update messages.poGabriella2024-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Updated Nozioni di Base to Preferenze, which has a more logical contest
| * | | | | | | Update messages.poGabriella2024-02-181-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Additional grammatical changes
| * | | | | | | Update messages.poGabriella2024-02-181-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | grammatical changes related to the subject
| * | | | | | | Update messages.poGabriella2024-02-181-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Changed the tense of a grammatical sentence to present
| * | | | | | | Update messages.poGabriella2024-02-171-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | changes some wordings, corrected a typo
| * | | | | | | Update messages.poGabriella N2024-02-171-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Changed translation for the word "Following" in the header section
| * | | | | | | Update messages.poGabriella N2024-02-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Corrected a small grammatical error
| * | | | | | | Update messages.poGabriella N2024-02-161-1/+1
| | | | | | | |
| * | | | | | | Add files via uploadGabriella N2024-02-161-501/+376
| | | | | | | |
* | | | | | | | Update pt-BR localization to latest version (#2876)Gildásio Filho2024-03-191-248/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update src/locale/locales/pt-BR/messages.po Co-authored-by: Gleydson Rodrigues <gleydsonsr@gmail.com> * Update messages.po --------- Co-authored-by: Gleydson Rodrigues <gleydsonsr@gmail.com>
* | | | | | | | Merge branch 'patch-3' of https://github.com/quiple/social-app into ↵Paul Frazee2024-03-1930-111/+162
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | quiple-patch-3
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/main' into patch-3Minseo Lee2024-03-19152-5020/+7166
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Update Modal.tsxMinseo Lee2024-03-161-1/+1
| | | | | | | | | |
| * | | | | | | | | Update Modal.tsxMinseo Lee2024-03-161-1/+3
| | | | | | | | | |