-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates for file src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po in fr #1801
Merged
Carreau
merged 4 commits into
main
from
translations_79592a50a377d7a120926189491c3d76_fr
May 20, 2024
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
8caea44
i18n: Translate sphinx.po in fr
transifex-integration[bot] 87b598c
i18n: Removing sphinx.po in fr
transifex-integration[bot] 9d1b11d
i18n: Translate sphinx.po in fr
transifex-integration[bot] b7211e1
Merge branch 'main' into translations_79592a50a377d7a120926189491c3d7…
Carreau File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,33 +2,33 @@ | |
# Copyright (C) 2023 PyData developers | ||
# This file is distributed under the same license as the pydata-sphinx-theme | ||
# project. | ||
# | ||
# | ||
# Translators: | ||
# Rambaud Pierrick <[email protected]>, 2024 | ||
# Denis Bitouzé <[email protected]>, 2024 | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PROJECT VERSION\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2024-03-11 13:22-0500\n" | ||
"PO-Revision-Date: 2023-04-14 14:57+0000\n" | ||
"Last-Translator: Rambaud Pierrick <[email protected]>, 2024\n" | ||
"Language: fr\n" | ||
"Language-Team: French " | ||
"(https://app.transifex.com/12rambau/teams/166811/fr/)\n" | ||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " | ||
"1000000 == 0 ? 1 : 2;\n" | ||
"Last-Translator: Denis Bitouzé <[email protected]>, 2024\n" | ||
"Language-Team: French (https://app.transifex.com/12rambau/teams/166811/fr/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.13.0\n" | ||
"Language: fr\n" | ||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" | ||
|
||
#: docs/conf.py:94 | ||
msgid "Click to expand" | ||
msgstr "" | ||
msgstr "Cliquez pour développer" | ||
|
||
#: docs/conf.py:95 | ||
msgid "Click to collapse" | ||
msgstr "" | ||
msgstr "Cliquer pour réduire" | ||
|
||
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html:39 | ||
msgid "Skip to main content" | ||
|
@@ -157,9 +157,8 @@ msgstr "" | |
"%(theme_version)s." | ||
|
||
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/sections/header.html:3 | ||
#, fuzzy | ||
msgid "Site navigation" | ||
msgstr "Navigation du site" | ||
msgstr "Navigation dans le site" | ||
|
||
#~ msgid "Breadcrumbs" | ||
#~ msgstr "Fils d'Ariane" | ||
|
@@ -176,3 +175,5 @@ msgstr "Navigation du site" | |
#~ msgid "Twitter" | ||
#~ msgstr "Twitter" | ||
|
||
#~ msgid "Site Navigation" | ||
#~ msgstr "Navigation du site" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wish I knew why transifex keeps introducing trivial changes like
utf
->UTF
or changing the order of these header/metadata lines. It makes these PRs much harder to assess.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can try to introduce a precomit-ci hook that normalise all those...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should at least sort headers...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or see #1813