diff --git a/README.md b/README.md index d8bfa35..9118580 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ There are a series of available environment variables: | `NOTIFICATION_MAPURL` | If set to a URL, a link `$NOTIFICATION_MAPURL/mmsi=$mmsi` will be added to the notification. If the value is non-empty but doesn't start with "http" (e.g., if it's set to `on`, `$AIS-URL/mmsi=$mmsi` will be used. | empty | no | | `NOTIFY_ONLY_NEW_ON_STARTUP` | If set to any non-empty value, when restarting the container, it will not notify for any vessels in its first run, and consider these vessels "already notified". This is to avoid spamming the notification service at initial startup when many non-notified vessels are discovered | empty | no | | `NOTIFICATION_THROTTLE` | If set to any non-empty value, notifications will pause for 15 seconds for every 10 notifications in a run | empty | no | -| `LANGUAGE` | Set to make notifications in one of these supported languages: `ca_ES` (Catalan); `de_DE` (German); `en_US` (US English); `es_ES` (Spanish); `fr_FR` (French); `nl_NL` (Dutch). If omitted, it will default to `en_US` | `en_US` | no | +| `LANGUAGE` | Set to make notifications in one of these supported languages: `ca_ES` (Català); `de_DE` (Deutsch); `en_US` (US English); `es_ES` (Español); `fr_FR` (Français); `gl_ES`(Galego) `nl_NL` (Nederlands). If omitted, it will default to `en_US` | `en_US` | no | | `LAT` | Latitude of receiver station. If Lat/Lon are included, the notification will contain a "Distance to Receiver" field | empty | no | | `LON` | Longitude of receiver station. If Lat/Lon are included, the notification will contain a "Distance to Receiver" field | empty | no |