You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/javascript/mastodon
Sylvhem 3ebe03b729 Fixes and updates for the French translation (#5340)
* Ajout du support des thèmes multiples

Ajoute des traductions pour les nouvelles chaînes permettant le support de thèmes multiples.

Add translations for the new strings allowing support for multiple themes.

* Mise à jour de la traduction

Met à jour les chaînes modifiées et ajoute des traductions pour celle n’en ayant pas.

Update modified strings and add new translations for the ones who are missing them.

* Remplace « ' » par « ’ »

Retire de la traduction les apostrophes droites « ' » (U+0027) au profit des apostrophes typographiques « ’ » (U+2019).
En typographie française, les apostrophes typographiques sont utilisées à la place des apostrophes droites. La traduction était incohérente et utilisait les deux.

Remove from the translation all the vertical apostrophes (U+0027) in favor of the curly ones (U+2019).
In French typography, typographic apostrophes are used instead of vertical ones. The translation was incoherent and used both.
9 years ago
..
actions Track frequently used emojis in web UI (#5275) 9 years ago
components Import only Spring/Motion from react-motion (#5236) 9 years ago
containers Use ES module build of react-router-dom (#5264) 9 years ago
features In thread view, only scroll first update, scroll to replied-to post (#5322) 9 years ago
locales Fixes and updates for the French translation (#5340) 9 years ago
middleware Remove unused variables (#3906) 9 years ago
reducers Track frequently used emojis in web UI (#5275) 9 years ago
selectors refactor: Rewrite immutablejs import statements using destructuring (#4147) 9 years ago
service_worker Refactor Web::PushSubscription, remove welcome message (#4524) 9 years ago
store refactor: Make all reducers sync (#4125) 9 years ago
.gitkeep Replace sprockets/browserify with Webpack (#2617) 9 years ago
api.js Improve eslint rules (#3147) 9 years ago
base_polyfills.js Lazy load toots using IntersectionObserver (#3191) 9 years ago
extra_polyfills.js Add object-fit polyfill for Edge (#4182) 9 years ago
is_mobile.js Change mobile layout breakpoint from 1024px to 630px (#5063) 9 years ago
link_header.js Improve eslint rules (#3147) 9 years ago
load_polyfills.js Load extra polyfills when isIntersecting is undefined (#4469) 9 years ago
main.js Require any modules after loading polyfill in entry points (#4231) 9 years ago
performance.js Upgrade to React 16 (#5119) 9 years ago
ready.js Do not load unnecessary script files (#4193) 9 years ago
rtl.js Improve RTL detection (#3682) 9 years ago
scroll.js Scroll smoothly to the right (#4735) 9 years ago
stream.js Use ws protocol in streaming API base URL (#2606) 9 years ago
uuid.js Replace sprockets/browserify with Webpack (#2617) 9 years ago
web_push_subscription.js Remove eslint-disable comments (#4681) 9 years ago