diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aaf12c14e..6358d9c63 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }} diff --git a/Localization/Defaults/Definitions/it_IT.json b/Localization/Defaults/Definitions/it_IT.json deleted file mode 100755 index 07227099a..000000000 --- a/Localization/Defaults/Definitions/it_IT.json +++ /dev/null @@ -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 - } -} \ No newline at end of file