more tests and some fixes

This commit is contained in:
Dennis Eichhorn 2024-04-24 03:20:47 +00:00
parent 189d37580d
commit 982fab8018
2 changed files with 1 additions and 69 deletions

View File

@ -3,7 +3,7 @@ name: CI
on: [push, pull_request]
jobs:
general_module_workflow:
general_module_workflow_php:
uses: Karaka-Management/Karaka/.github/workflows/php_template.yml@develop
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -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
}
}