You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Each directory under [Apps](Apps) correspond to a CasaOS App. The directory shou
65
65
...
66
66
```
67
67
68
-
- Language codes are case sensitive and should be in all lower case, e.g. `en_us`, `zh_cn`.
68
+
- Language codes are case sensitive and should use the standard format, e.g. en_US, zh_CN.
69
69
70
70
- There are few system wide variables can be used in `environment` and `volumes`:
71
71
@@ -94,19 +94,19 @@ Each directory under [Apps](Apps) correspond to a CasaOS App. The directory shou
94
94
...
95
95
- container: PUID
96
96
description:
97
-
en_us: Run Syncthing as specified uid.
97
+
en_US: Run Syncthing as specified uid.
98
98
ports: # description of each port
99
99
- container: "8384"
100
100
description:
101
-
en_us: WebUI HTTP Port
101
+
en_US: WebUI HTTP Port
102
102
...
103
103
volumes: # description of each volume
104
104
- container: /config
105
105
description:
106
-
en_us: Syncthing config directory.
106
+
en_US: Syncthing config directory.
107
107
- container: /DATA
108
108
description:
109
-
en_us: Syncthing Accessible Directory.
109
+
en_US: Syncthing Accessible Directory.
110
110
```
111
111
112
112
2. Compose app level
@@ -123,17 +123,17 @@ Each directory under [Apps](Apps) correspond to a CasaOS App. The directory shou
123
123
author: CasaOS Team
124
124
category: Backup
125
125
description: # multiple locales are supported
126
-
en_us: Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet.
126
+
en_US: Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet.
0 commit comments