Giter Site home page Giter Site logo

Comments (8)

 avatar commented on August 26, 2024 1

Hi, @hugovk. Every code will trigger because it is hardcoded conjunction. Example:

>>> humanize.i18n.activate('pt_BR')
<gettext.GNUTranslations object at 0x03652AD8>
>>> humanize.precisedelta(timedelta(milliseconds=127_000))
'2 minutos and 7 segundos' # it should be '2 minutos e 7 segundos'.
>>> humanize.i18n.activate('ru_RU')
<gettext.GNUTranslations object at 0x03652C40>
>>> humanize.precisedelta(timedelta(milliseconds=127_000))
'2 минуты and 7 секунд' # it should be '2 минуты и 7 секунд'.

As you can see, there's a hardcoded and conjunction which needs to be fixed.

from humanize.

 avatar commented on August 26, 2024 1

Tested right now and it seems to work perfectly now. Thank you for the update! Let me know when this branch is merged so I can update the library.

from humanize.

hugovk avatar hugovk commented on August 26, 2024

Thanks, please could you provide some example code which triggers it?

from humanize.

hugovk avatar hugovk commented on August 26, 2024

Thanks! Please see PR #163 for a fix, cc @eldipa.

from humanize.

 avatar commented on August 26, 2024

Thank you! I'll test this patch update.

from humanize.

 avatar commented on August 26, 2024

Hmm, I don't know why, but the problem still persists.

I used this command line to install the patch branch:

pip install git+https://github.com/hugovk/humanize@i18n-and

And this command line to check if the problem was solved:

>>> import humanize
>>> humanize.__version__
'1.0.1.dev167'
>>> humanize.activate('pt_BR')
<gettext.GNUTranslations object at 0x03892AD8>
>>> from datetime import timedelta
>>> humanize.precisedelta(timedelta(seconds=122))
'2 minutos and 2 segundos'

Did I do something wrong?

from humanize.

hugovk avatar hugovk commented on August 26, 2024

Thanks for testing! That's because I forgot to add the pt_BR translation here:

af178e4#diff-b45af0ec59e02401849a9249157c36b0R286

I've now added it to both pt_BR and pt_PT: 6bf67c7.

If you happen to know any of these languages, we could update those at the same time:

src/humanize/locale/es_ES/LC_MESSAGES/humanize.po
src/humanize/locale/fa_IR/LC_MESSAGES/humanize.po
src/humanize/locale/id_ID/LC_MESSAGES/humanize.po
src/humanize/locale/it_IT/LC_MESSAGES/humanize.po
src/humanize/locale/ja_JP/LC_MESSAGES/humanize.po
src/humanize/locale/ko_KR/LC_MESSAGES/humanize.po
src/humanize/locale/pl_PL/LC_MESSAGES/humanize.po
src/humanize/locale/sk_SK/LC_MESSAGES/humanize.po
src/humanize/locale/tr_TR/LC_MESSAGES/humanize.po
src/humanize/locale/uk_UA/LC_MESSAGES/humanize.po
src/humanize/locale/vi_VI/LC_MESSAGES/humanize.po
src/humanize/locale/zh_CN/LC_MESSAGES/humanize.po

from humanize.

hugovk avatar hugovk commented on August 26, 2024

Released in 3.0.0!

https://github.com/jmoiron/humanize/releases/tag/3.0.0

from humanize.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.