Skip to content

Commit 49ac686

Browse files
committed
docs: added locale error
1 parent 5316bac commit 49ac686

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tasks:
3030
start:
3131
cmds:
3232
- |
33-
docker rm site-com-combostrap
33+
docker start site-com-combostrap
3434
# Broken links
3535
broken:
3636
cmds:

data/pages/docs/locale/locale.txt

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,20 @@ The ''locale'' can not be set directly because it's a derived value from:
2929

3030
This two values needs to be known to have a ''locale''.
3131

32-
32+
===== Support =====
33+
34+
==== Locale does not exist ====
35+
36+
Php uses the locales of your operating system. If you want a certain language and a certain specific region formatting, you need to install this locale.
37+
38+
On Linux, you can list the installed locale with
39+
```bash
40+
locale -a
41+
```
42+
```
43+
C
44+
C.utf8
45+
en_US.utf8
46+
POSIX
47+
```
48+
In this case, the [[:docs:locale:region|region]] is `en` and the language `US`

0 commit comments

Comments
 (0)