mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-10 17:28:40 +00:00
more tests and some fixes
This commit is contained in:
parent
189d37580d
commit
982fab8018
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -3,7 +3,7 @@ name: CI
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
general_module_workflow:
|
general_module_workflow_php:
|
||||||
uses: Karaka-Management/Karaka/.github/workflows/php_template.yml@develop
|
uses: Karaka-Management/Karaka/.github/workflows/php_template.yml@develop
|
||||||
secrets:
|
secrets:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
|
|
@ -1,68 +0,0 @@
|
||||||
{
|
|
||||||
"language": "it",
|
|
||||||
"country": "IT",
|
|
||||||
"currency": {
|
|
||||||
"code": "EUR",
|
|
||||||
"position": 0,
|
|
||||||
"format": "1"
|
|
||||||
},
|
|
||||||
"thousand": ",",
|
|
||||||
"decimal": ".",
|
|
||||||
"angle": "deg",
|
|
||||||
"temperature": "celsius",
|
|
||||||
"weight": {
|
|
||||||
"very_light": "mg",
|
|
||||||
"light": "g",
|
|
||||||
"medium": "kg",
|
|
||||||
"heavy": "t",
|
|
||||||
"very_heavy": "t"
|
|
||||||
},
|
|
||||||
"speed": {
|
|
||||||
"very_slow": "mps",
|
|
||||||
"slow": "ms",
|
|
||||||
"medium": "kph",
|
|
||||||
"fast": "kph",
|
|
||||||
"very_fast": "mach",
|
|
||||||
"sea": "knot"
|
|
||||||
},
|
|
||||||
"length": {
|
|
||||||
"very_short": "micron",
|
|
||||||
"short": "mm",
|
|
||||||
"medium": "cm",
|
|
||||||
"long": "m",
|
|
||||||
"very_long": "km",
|
|
||||||
"sea": "mile"
|
|
||||||
},
|
|
||||||
"area": {
|
|
||||||
"very_small": "micron",
|
|
||||||
"small": "mm",
|
|
||||||
"medium": "cm",
|
|
||||||
"large": "m",
|
|
||||||
"very_large": "km"
|
|
||||||
},
|
|
||||||
"volume": {
|
|
||||||
"very_small": "mul",
|
|
||||||
"small": "ml",
|
|
||||||
"medium": "l",
|
|
||||||
"large": "cm",
|
|
||||||
"very_large": "m",
|
|
||||||
"teaspoon": "Metric tsp",
|
|
||||||
"tablespoon": "Metric tblsp",
|
|
||||||
"glass": "Metric cup"
|
|
||||||
},
|
|
||||||
"timezone": "Europe/Rome",
|
|
||||||
"datetime": {
|
|
||||||
"very_short": "d.m",
|
|
||||||
"short": "m.y",
|
|
||||||
"medium": "Y.m.d",
|
|
||||||
"long": "Y.m.d h:i",
|
|
||||||
"very_long": "Y.m.d h:i:s"
|
|
||||||
},
|
|
||||||
"precision": {
|
|
||||||
"very_short": 0,
|
|
||||||
"short": 1,
|
|
||||||
"medium": 2,
|
|
||||||
"long": 3,
|
|
||||||
"very_long": 5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user