linuxmint / cinnamon-spices-applets

Applets for the Cinnamon desktop
http://cinnamon-spices.linuxmint.com
GNU General Public License v2.0
610 stars 513 forks source link

invalid language tag: "c" #4010

Closed SL-Pirate closed 3 years ago

SL-Pirate commented 3 years ago
 * Applet version 3.15
 * Cinnamon version 5.0.6
 * Distribution - Arch linux

Notify author of applet @

Issue

forecast parsing failed: RangeError: invalid language tag: "c"

Steps to reproduce

It's the same error ever since it was installed. So sry if I was doing it wrong.

Gr3q commented 3 years ago

Hi, I thought I already check for this, so I'm going to make sure it doesn't break.

Anyway, probably you missed this step during system install: https://wiki.archlinux.org/title/Installation_guide#Localization

SL-Pirate commented 3 years ago

Thank you so much. I was first confused cuz I did the loacalization setting. But I later realized that I was missing

Create the locale.conf(5) file, and set the LANG variable accordingly:

/etc/locale.conf LANG=en_US.UTF-8

part. Now the applet is working fine.