about summary refs log tree commit diff
path: root/src/locale
Commit message (Collapse)AuthorAgeFilesLines
* Add new languages to `CFBundleLocalizations` key (#6835)surfdude292024-12-021-2/+2
| | | | | | | | | | | | | | | * Order tweak in lingui.config.js * Add new languages to `CFBundleLocalizations` key * Order tweak in dates.ts * hyphen to en-dash * change two `zh` tags to use script rather than region * `zh_HK` ➡️ `yue-Hant` * `pt` ➡️ `pt-BR`
* Fix ast (#6774)Frudrax Cheng2024-11-271-1/+1
|
* Fix import sortPaul Frazee2024-11-261-1/+1
|
* Release 1.95 take2 (#6771)Paul Frazee2024-11-2628-6166/+7602
| | | | | * Run intl extract * Update join count
* Add "ast" locale support (#6411)Softastur2024-11-265-0/+8610
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add "ast" locale support * Add "ast" locale support * Add "ast" locale support * Add "ast" locale support * Add "ast" locale support * Add "ast" locale support * Add "ast" translations This commit adds preliminary translation support for "ast" locale. Around 20% is translated. * Update "ast" locale translations * Update "ast" translations Fixes minor spelling mistakes and translates many strings more * Update messages.po With this commit we reach the 55% of strings translated after the last code sync --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Add Aragonese language ('an') support and l10n (#6638)Juan Pablo Martínez2024-11-265-0/+8130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update languages.ts * Update i18n.web.ts * Update i18n.ts * Update helpers.ts * Create messages.po * Update lingui.config.js * Update dates.ts * Add files via upload * Update src/components/hooks/dates.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/components/hooks/dates.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update i18n.ts * Update messages.po * Update src/locale/i18n.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Update catalan messages.po (#6682)Ivan Beà2024-11-261-43/+43
| | | | | | | | | | | | | | | | * Update catalan messages.po Back to 100% translated. Applied pending corrections by @darcio and @jordimas https://static.softcatala.org/quality/bluesky_social_app.html Please take a look at it @ivanbea @jordimas @darccio @surfdude29 @rortan134 @magarcia * Update catalan messages.po Change all "arxiu" to "fitxer" as suggested by @jordimas * Update catalan messages.po Suggestions by @aryiu
* Update Italian translations (#6717)Michele Locati2024-11-261-72/+72
|
* Informal tone and other improvements to Dutch (#6724)Guido Leenders2024-11-261-3555/+2891
| | | | | | | * Informal tone [ER]. * More improvements [ER]. * Improvements by Flitskikker [ER].
* Improve German translation (#6750)Nando2024-11-261-57/+57
|
* Update Chinese & Cantonese localization (#6754)Frudrax Cheng2024-11-263-696/+660
| | | | | | | | | | | | | | | | | | | | | | | | | * Update translates from crowdin * zh-CN: Re-translate 'Welcome, friend!' * zh-CN: Improved translations * Fix translate 'Threaded' * zh-CN: Improve spelling and grammar * Translated 'Allow quote posts' * zh-CN: Better translation of 'from' * zh-CN: Improved quantifiers * zh-CN: Improved translations * Update translates from crowdin * Update translates from crowdin * Improved translation
* Fix glitches in gl/messages.po (#6702)surfdude292024-11-242-14/+6
| | | | | | | | | * fix glitches in gl/messages.po * Fix italian --------- Co-authored-by: dan <dan.abramov@gmail.com>
* Run intl:extract (#6678)Paul Frazee2024-11-2326-18980/+20147
|
* Update src/locale/i18n.tsPaul Frazee2024-11-231-0/+1
|
* Merge branch 'main' into mainPaul Frazee2024-11-2331-33070/+65456
|\
| * Improve spanish translation of repost (#6395)Gonzalo Riestra2024-11-231-10/+10
| | | | | | Use "republicar" instead of "volver a publicar"
| * There’s no Moldavian/Moldovan language (#6427)Claudiu Cristea2024-11-231-2/+2
| |
| * Added Galician language localization (#6463)xurxogp2024-11-235-0/+9574
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update languages.ts added galician language * Update i18n.web.ts added import of galician translations file * Update i18n.ts added galician language * Update helpers.ts added galician to sanitizeLanguage function * galician messages First commit * Second commit * Third commit * fourth commit * fifth commit * Update lingui.config.js change to make available Galician language * galician translation by Carlos Vieito and Alexandre Espinosa --------- Co-authored-by: Alexandre Espinosa Menor <aemenor@gmail.com>
| * Update catalan messages.po (#6485)Martin Garcia2024-11-231-127/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update catalan messages.po * Update src/locale/locales/ca/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/ca/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/ca/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/ca/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
| * Update Italian translations (#6487)Michele Locati2024-11-231-2658/+934
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Italian translations * Fix typo * Update messages.po * yarn intl:extract * Update italian translation * Fix typo * In Italy we almost never use Title Case * @marcomaroni-github suggestions * Add more strings, remove "per favore" * Update narrow "# hours" * Fix plural rules, translate remaining strings * Update translations with @arestifop suggestions * Update translations * Update translations --------- Co-authored-by: Lucaterzo <49860098+Lucaterzo@users.noreply.github.com> Co-authored-by: Alessio <alessio.restifo@gmail.com>
| * Update Korean localization (#6523)Minseo Lee2024-11-231-625/+647
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po
| * Vietnamese Localization (Continued from #2524) (#6564)Quang Phan2024-11-236-1/+8559
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Vietnamese localization * Complete Vietnamese Translations * Add date localization for Vietnamese * Fix typos and wording in Vietnamese translation * Update Vietnamese translation * Add @vinhphm to Vietnamese translator list --------- Co-authored-by: CromNguyen <nguyenthietmanh98@gmail.com>
| * Updated Hindi UI for Version 1.94 (#6566)FalKoopa2024-11-231-1588/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po
| * updated & added missing strings in FR locale (#6596)cereza2024-11-231-176/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * updated FR locale * removed my name from Language-Team i'm not sure if this is a list of every translation contributors or if this is the main people who handle translations, so i've decided to remove it for the time being * replaced "fil d'actu Following" with "fil des abonnements" i thought i did that already oops * fixed DID mistranslation i thought it stood for Direct Inward Dialing * applied suggestions from @signez Co-authored-by: Stanislas Signoud <signez@stanisoft.net> * replaced spaces to non breaking spaces where necessary might have some missing, i'll patch these up while fixing apostrophes * fixed apostrophes i also swapped "Changer l'e-mail" with "Changer votre e-mail", thought since it was an account-related thing, IIRC most of the account settings (handle, password, etc.) are possessive towards the user so i thought it'd be better to keep it consistent * removed the period at the start why is that here get that outta here Co-authored-by: Stanislas Signoud <signez@stanisoft.net> * applied suggestions from @surfdude29 Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Stanislas Signoud <signez@stanisoft.net> * Fix the remaning 'like' mentions in French --------- Co-authored-by: Stanislas Signoud <signez@stanisoft.net> Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
| * Translate missing strings. (#6599)codehead2024-11-231-196/+196
| | | | | | Co-authored-by: Javier Arturo Rodriguez <javier@rodriguez.org.mx>
| * Update Portuguese localization (#6603)Luan2024-11-231-128/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update PT-BR messages.po * Apply suggestions from code review Co-authored-by: Paul Frazee <pfrazee@gmail.com> * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
| * Update Chinese & Cantonese localization (#6626)Frudrax Cheng2024-11-233-2001/+2031
| | | | | | | | | | | | | | | | | | | | | | * Update translates from crowdin * Completed the translations for video and HTTP referer control * Improved translation * Fix several translation issues * Improved Cantonese translations
| * Update Irish translation (#6668)Kevin Scannell2024-11-231-659/+659
| |
| * Remove unnecessary lint rule suppression (#6544)Paul Coroneos2024-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | * ▫️remove deprecated react native eslint package. add react hooks and modern native eslint package. fix bugs * in retrospect lets just remove the async from uselocalelanguage * finally clean it all up * revert yarn.lock * restore logic
| * Fix display language not switching correctly to Chinese on native. (#6621)Frudrax Cheng2024-11-221-2/+23
| | | | | | | | | | * Update deviceLocales.ts * Update deviceLocales.ts
| * Implement Polish translation (#6283)axiand2024-11-195-0/+8043
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial polish translation sweep * rewrite feeds page flavor text * bring up to date with dev branch, revisit some strings * redoing some more... * bring up to date * rm dead strings, try out a different phrasing for threaded mode str prev translation was nonsensical - we're already calling threads "wątki". let's try "recursive tree" instead to describe what threaded mode does * tweaks here and there * more tweaks. sign translation file TL note: trying a new space-saving translation for send via direct message, old one made the context menu stretch * space-saving translations for profile tabs * up to date * tl latest changes * some small fixes * few more tweaks around profile editing strings * i dislike gendered languages * yet more tweaks * Update dates.ts * Review suggestions (1) * tiny fixes * Review suggestions (2) * Review suggestions (3) * Review suggestions (4) * "Anuluj wyciszenie" * A few new strings * Remove dead strings again * Review suggestions (5) * te -> to --------- Co-authored-by: Frudrax Cheng <i@cynosura.one>
| * Update Hungarian translation for 1.94 (#6186)smileyhead2024-11-191-1422/+1767
| |
| * Release 1.94 (#6430)Paul Frazee2024-11-1622-18493/+27835
| | | | | | | | | | | | | | * Fix errors in hindi .po * Run intl extract * Update join count
| * Update PT-BR messages.po (#6284)Luan2024-11-161-55/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update PT-BR translation * Update PT-BR translation * Update messages.po * Update PT-BR translation for consistent usage of "postagem" * Update messages.po * Update src/locale/locales/pt-BR/messages.po Co-authored-by: Gildásio Filho <gildasiogx@gmail.com> * Update src/locale/locales/pt-BR/messages.po * Update src/locale/locales/pt-BR/messages.po * Update src/locale/locales/pt-BR/messages.po * Update src/locale/locales/pt-BR/messages.po * Apply suggestions from code review Co-authored-by: Gildásio Filho <gildasiogx@gmail.com> --------- Co-authored-by: Gildásio Filho <gildasiogx@gmail.com> Co-authored-by: Paul Frazee <pfrazee@gmail.com>
| * Fix the translation of the adjective "open" (#6206)CanGiante2024-11-161-1/+1
| |
| * Fix minor localization issues in Spanish: (#6094)Elena Torró2024-11-161-68/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix minor localization issues in Spanish: - Use 'pack de inicio' instead of 'paquete de inicio' - Use 'Inténtalo' instead of 'Intenta' - Fix 'Por favor' - Do not use 'una' as article for 'posts' - Use 'Eliminado' instead of 'Removido' * Update src/locale/locales/es/messages.po Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com> * Use 'paquete de inicio' and fix typos --------- Co-authored-by: oledfish <88390729+oledfish@users.noreply.github.com>
| * Update Irish localization to 100% (#6387)Kevin Scannell2024-11-161-1294/+118
| |
| * Update French translations (November 9th, 2024) (#6190)Stanislas Signoud2024-11-161-371/+103
| | | | | | | | | | | | | | | | | | * Remove legacy strings in FR localisation file * Update French translations * Fix typos and inconsistent French translations * Get rid of a few 'Veuillez' in French locale to appear less formal
| * Update italian translation (#6188)Marco Maroni2024-11-161-1279/+1689
| | | | | | | | | | | | | | | | | | | | | | | | | | * Updated and added missing italian translation * Resolved conflicts * Fix conflict * Fix some translation * Update messages.po Some other fixes
| * Big update of the Hindi translation (#6077)FalKoopa2024-11-161-1655/+1655
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Resolve conflicts * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po based on feedback * Update messages.po * Update messages.po
| * Update catalan messages.po (#6030)Ivan Beà2024-11-161-46/+46
| | | | | | | | | | | | | | | | | | | | | | | | * Update catalan messages.po back to 100% Please have a look at it @jordimas @darccio @surfdude29 @rortan134 * Update catalan messages.po aplying @jordimas corrections * Update messages.po
| * Update Chinese & Cantonese localization (#6020)Frudrax Cheng2024-11-163-5056/+5407
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations messages.po (Chinese Simplified) * New translations messages.po (Chinese Traditional) * New translations messages.po (Chinese Traditional, Hong Kong) * Update translates from crowdin * Run intl:extract * Update translates from crowdin * Update translates from crowdin * zh-CN: Fix typo * zh-HK: Update translates * Update translates by notlin4 * Update translates from crowdin * Update translates from crowdin * zh-CN: Clarify description text * Update translates from crowdin * zh-HK: Update translates * zh-CN: Re-translate 'Feed' * zh-HK: Update Translates * Update translates from crowdin * CN & TW: Consistency fixes * Update translates from crowdin * Update translates from crowdin * Unify the translation of 'Yes' * Update translates from crowdin * Update translates from crowdin * zh-CN: Optimize media tag translates * CN & HK: Update translates from crowdin * Improved 'starter pack' translations * CN & HK: Improved onboard translations * zh-CN: Improved translation * Update translates from crowdin * zh-HK: Improved translation * Remove extra spaces before the time * Update Translates from crowdin * Update translates from crowdin * zh-CN: Improved translation * CN: Fix 'mute for everyone' translates * Retranslate 'self-labels' * Retranslate 'self-labels' again * CN & HK: Improved translation * CN & HK: Improved translation#2 * CN: Improved translation * Rollback 'report' translation * Hot fix * CN: Clarify label annotations * TW: Improved translation * Update translates from crowdin * Translated email verification dialog & Fix HK typo
| * Update Korean localization (#6014)Minseo Lee2024-11-161-1125/+1232
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * Update messages.po * Update messages.po * Update messages.po * Update messages.po
| * Update Japanese translation (#6013)Takayuki KUSANO2024-11-161-469/+541
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update translations * Remove obsoleted messages * Fix the msg pointed out by Hima-Zinn * Update translation * Update translation * Applied suggested fixes by Hima-Zinn * Translate 1 message and apply middlingphys' suggesstion * Translate unread related msgs, etc. * Update translation * Translate 2 new msgs, remove obsolete msgs * Translate 1 message * translate backdated info * Update translation
* | Change translation of "appeal" [ER].Guido Leenders2024-11-181-10/+10
| |
* | Included review remarks by SleeplessByte [ER].Guido Leenders2024-11-171-61/+61
| |
* | Fix typo [PR].Guido Leenders2024-11-141-4/+4
| |
* | First completion [ER].Guido Leenders2024-11-141-318/+318
| |
* | More Dutch translations [ER].Guido Leenders2024-11-141-196/+196
| |
* | More Dutch translations [ER].Guido Leenders2024-11-131-200/+200
| |