Skip to content
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

Date intervals: allow using other as fallback form #827

Merged
merged 1 commit into from Jan 25, 2022
Merged

Date intervals: allow using other as fallback form #827

merged 1 commit into from Jan 25, 2022

Conversation

akx
Copy link
Member

@akx akx commented Jan 25, 2022

Fixes #825

@akx akx marked this pull request as draft January 25, 2022 12:58
@akx akx marked this pull request as ready for review January 25, 2022 13:00
@akx akx merged commit 227d1ec into master Jan 25, 2022
@akx akx deleted the fix-825 branch January 25, 2022 13:00
@akx akx added this to the Babel 2.10 milestone Jan 28, 2022
JKE-be added a commit to odoo-dev/odoo that referenced this pull request Feb 29, 2024
In case of exception of type KeyError during the formatting with Babel
instead to raise a Traceback, we first retry with the en_US locale.

Babel fixes each week new bug of formatting like the one in the test,
but we cannot bump our default babel version since it is not in the
stable Ubuntu 22 so it is a best effort fix that will not hide all bugs
but is better that nothing.

python-babel/babel#827
robodoo pushed a commit to odoo/odoo that referenced this pull request Feb 29, 2024
In case of exception of type KeyError during the formatting with Babel
instead to raise a Traceback, we first retry with the en_US locale.

Babel fixes each week new bug of formatting like the one in the test,
but we cannot bump our default babel version since it is not in the
stable Ubuntu 22 so it is a best effort fix that will not hide all bugs
but is better that nothing.

python-babel/babel#827

closes #155909

Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
JKE-be added a commit to odoo-dev/odoo that referenced this pull request Mar 4, 2024
In case of exception of type KeyError during the formatting with Babel
instead to raise a Traceback, we first retry with the en_US locale.

Babel fixes each week new bug of formatting like the one in the test,
but we cannot bump our default babel version since it is not in the
stable Ubuntu 22 so it is a best effort fix that will not hide all bugs
but is better that nothing.

python-babel/babel#827

X-original-commit: 7cc2436
robodoo pushed a commit to odoo/odoo that referenced this pull request Mar 4, 2024
In case of exception of type KeyError during the formatting with Babel
instead to raise a Traceback, we first retry with the en_US locale.

Babel fixes each week new bug of formatting like the one in the test,
but we cannot bump our default babel version since it is not in the
stable Ubuntu 22 so it is a best effort fix that will not hide all bugs
but is better that nothing.

python-babel/babel#827

closes #155978

X-original-commit: 7cc2436
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
Signed-off-by: Jérémy Kersten <jke@odoo.com>
robodoo pushed a commit to odoo/odoo that referenced this pull request Mar 4, 2024
In case of exception of type KeyError during the formatting with Babel
instead to raise a Traceback, we first retry with the en_US locale.

Babel fixes each week new bug of formatting like the one in the test,
but we cannot bump our default babel version since it is not in the
stable Ubuntu 22 so it is a best effort fix that will not hide all bugs
but is better that nothing.

python-babel/babel#827

closes #155978

X-original-commit: 7cc2436
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
Signed-off-by: Jérémy Kersten <jke@odoo.com>
fw-bot pushed a commit to odoo-dev/odoo that referenced this pull request Mar 4, 2024
In case of exception of type KeyError during the formatting with Babel
instead to raise a Traceback, we first retry with the en_US locale.

Babel fixes each week new bug of formatting like the one in the test,
but we cannot bump our default babel version since it is not in the
stable Ubuntu 22 so it is a best effort fix that will not hide all bugs
but is better that nothing.

python-babel/babel#827

X-original-commit: c781015
robodoo pushed a commit to odoo/odoo that referenced this pull request Mar 5, 2024
In case of exception of type KeyError during the formatting with Babel
instead to raise a Traceback, we first retry with the en_US locale.

Babel fixes each week new bug of formatting like the one in the test,
but we cannot bump our default babel version since it is not in the
stable Ubuntu 22 so it is a best effort fix that will not hide all bugs
but is better that nothing.

python-babel/babel#827

closes #156415

X-original-commit: c781015
Signed-off-by: Jérémy Kersten <jke@odoo.com>
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
thle-odoo pushed a commit to odoo-dev/odoo that referenced this pull request Mar 8, 2024
In case of exception of type KeyError during the formatting with Babel
instead to raise a Traceback, we first retry with the en_US locale.

Babel fixes each week new bug of formatting like the one in the test,
but we cannot bump our default babel version since it is not in the
stable Ubuntu 22 so it is a best effort fix that will not hide all bugs
but is better that nothing.

python-babel/babel#827

closes odoo#156415

X-original-commit: c781015
Signed-off-by: Jérémy Kersten <jke@odoo.com>
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

format_timedelta throws a KeyError for the Portuguese locale
1 participant