X Tutup
Skip to content

Add localisation for thousand, fixing German plurals#89

Merged
hugovk merged 1 commit intopython-humanize:mainfrom
NavisGames:patch-1
Jan 8, 2023
Merged

Add localisation for thousand, fixing German plurals#89
hugovk merged 1 commit intopython-humanize:mainfrom
NavisGames:patch-1

Conversation

@NavisGames
Copy link
Copy Markdown
Contributor

@NavisGames NavisGames commented Jan 8, 2023

Fixes #88

Changes proposed in this pull request:

  • added the localisation for thousand
  • changed plurals of German words (Million -> MillionEN, Milliarde -> MilliardEN)

@hugovk hugovk added the changelog: Fixed For any bug fixes label Jan 8, 2023
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jan 8, 2023

Codecov Report

Merging #89 (1940a4e) into main (8f37b1c) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #89   +/-   ##
=======================================
  Coverage   99.06%   99.06%           
=======================================
  Files           9        9           
  Lines         745      745           
=======================================
  Hits          738      738           
  Misses          7        7           
Flag Coverage Δ
macos-latest 97.44% <ø> (ø)
ubuntu-latest 97.44% <ø> (ø)
windows-latest 95.97% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@hugovk hugovk changed the title Adding localisation for thousand, fixing plurals of german words Add localisation for thousand, fixing German plurals Jan 8, 2023
@hugovk hugovk merged commit 60e3b47 into python-humanize:main Jan 8, 2023
@hugovk
Copy link
Copy Markdown
Member

hugovk commented Jan 8, 2023

Danke!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog: Fixed For any bug fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

German localization for intword missing thousand, and some plurals

3 participants

X Tutup