* Create pl-PL.json
from https://github.com/louislam/dockge/pull/90 with merged review
* Update pl-PL.json
missed a few and noticed a few things that could be changed
* Add to list
* No overflow text
---------
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
* Slovenian language file
This is a translation from the en.json file to the Slovenian language
* Update for Slovenian language in i18n.ts
Slovenian languge added to the language list
* Update i18n.ts
Removed trailing spaces
* Support compose.y[a]ml and docker-compose.y[a]ml
* using for-loop to iterate over supported compose filenames
* Fix lint
---------
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
* set Health value to Status if existent
Check if Health has any value and save it to be displayed.
If Health is empty, continue as normal.
* add healthy and unhealthy status to be displayed
Check if status is either Running or Healthy to set span class to bg-primary,
and check if status is Unhealthy to set span class to bg-danger.
* Add lint to workflow
* Fix lint
---------
Co-authored-by: Thales <thcd@cock.li>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>