tldr-c-client icon indicating copy to clipboard operation
tldr-c-client copied to clipboard

ro locale not recognised / read from pages.ro

Open cipy opened this issue 4 years ago • 3 comments
trafficstars

Reproduction Rate

<How often could you reproduce this issue, how often do you tried?>

every time

Steps to Reproduce

  • set locale to the Romanian language sudo apt install tldr tldr todoist

Result

<What is the result of this?>

todoist page is shown in English

Expected Result

<What is the expected result?>

tldr should show the Romanian page

Additional Information

<Which version? Which operating system? Any other information?>

latest, Raspbian OS, Linux raspberry 5.10.52-v7+ #1441 SMP

cipy avatar Aug 17 '21 18:08 cipy

$ locale
LANG=ro_RO.UTF-8
LANGUAGE=ro_RO.UTF-8
LC_CTYPE="ro_RO.UTF-8"
LC_NUMERIC="ro_RO.UTF-8"
LC_TIME="ro_RO.UTF-8"
LC_COLLATE="ro_RO.UTF-8"
LC_MONETARY="ro_RO.UTF-8"
LC_MESSAGES="ro_RO.UTF-8"
LC_PAPER="ro_RO.UTF-8"
LC_NAME="ro_RO.UTF-8"
LC_ADDRESS="ro_RO.UTF-8"
LC_TELEPHONE="ro_RO.UTF-8"
LC_MEASUREMENT="ro_RO.UTF-8"
LC_IDENTIFICATION="ro_RO.UTF-8"
LC_ALL=ro_RO.UTF-8

cipy avatar Aug 17 '21 18:08 cipy

tldr --update doesn't seem to change/fix anything

cipy avatar Aug 17 '21 18:08 cipy

From looking through the source code it doesn't look like this client even supports different languages. Did you try this for other languages?

marchersimon avatar Aug 17 '21 18:08 marchersimon