bndw / wifi-card

📶 Print a QR code for connecting to your WiFi (wificard.io)
https://wificard.io
MIT License
6.58k stars 460 forks source link

Added Greek translation #252

Closed nautilus7 closed 1 year ago

bndw commented 1 year ago

👋 Hey @nautilus7 thanks for the translation! Mind running make fmt.write, it looks like it's failing the linter.

nautilus7 commented 1 year ago

Hi, where do I run this command and what it does?

bndw commented 1 year ago

You run it from the root of the repository. It runs prettier to format the code. The build is failing because one of the strings uses "double quotes" instead of 'single quotes'. Running this command will fix that.

The command is specified in the Makefile

nautilus7 commented 1 year ago

Got, it. Will fix it later tonight.

bndw commented 1 year ago

Fixed lint in https://github.com/bndw/wifi-card/pull/253