oetiker / mrtg

MRTG - Multi Router Traffic Grapher
http://www.mrtg.org
250 stars 62 forks source link

Fix issue #74 #88

Closed youpong closed 2 years ago

youpong commented 2 years ago

This PR fixes issue #74.

run the following command to test.

$ cd src
$ prove

Changes

BOLD: difference from previous commit(3e7970a).

src/t/translation.t(new file)

src/lib/mrtg2/locales_mrtg.pm

translate/skelton.pm0

translate/brazilian.pmd

src/bin/mrtg

.github/workflows/build-linux.yml

oetiker commented 2 years ago

now if the new tests were passing ....

eribertomota commented 2 years ago

A good catch!

youpong commented 2 years ago

Made it pass the new tests.

oetiker commented 2 years ago

thanks!