Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

More internationalization #1979

Merged
merged 2 commits into from
Apr 6, 2021
Merged

More internationalization #1979

merged 2 commits into from
Apr 6, 2021

Conversation

sethvargo
Copy link
Member

Part of #1970

This commit does 5 separate things:

  1. Switch to using dir="rtl" and correctly setting the HTML lang attribute instead of relying on CSS to do the styling. This is needed for user stylesheets, but also sets us up better to migrate to bootstrap 5 which has better support for RTL languages.

  2. Fix i18n reloading in development. In DEV_MODE, templates are automatically reloaded without the need to restart the server.

  3. Fix the naming for Filipino. PH is not the correct code, it's FIL.

  4. Pull account information from the Firebase cookie instead of doing a runtime lookup. The reduces the change of hitting firebase quota limits.

  5. Add new translations for the account page.

Release Note

Switch to using `dir="rtl"` for right-to-left languages.
Fix naming for Filipino language translations.
Add new translations for the /account page.

This commit does 5 separate things:

1. Switch to using dir="rtl" and correctly setting the HTML lang attribute instead of relying on CSS to do the styling. This is needed for user stylesheets, but also sets us up better to migrate to bootstrap 5 which has better support for RTL languages.

2. Fix i18n reloading in development. In DEV_MODE, templates are automatically reloaded without the need to restart the server.

3. Fix the naming for Filipino. PH is not the correct code, it's FIL.

4. Pull account information from the Firebase cookie instead of doing a runtime lookup. The reduces the change of hitting firebase quota limits.

5. Add new translations for the account page.
@sethvargo sethvargo requested a review from a team as a code owner April 5, 2021 21:54
@googlebot googlebot added the cla: yes Auto: added by CLA bot when all committers have signed a CLA. label Apr 5, 2021
@sethvargo sethvargo enabled auto-merge (squash) April 5, 2021 21:54
@sethvargo sethvargo merged commit 229016b into main Apr 6, 2021
@sethvargo sethvargo deleted the sethvargo/more8n branch April 6, 2021 02:11
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes Auto: added by CLA bot when all committers have signed a CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants