Skip to content

Commit

Permalink
fix: invalid localization code
Browse files Browse the repository at this point in the history
Signed-off-by: arcanist <[email protected]>
  • Loading branch information
arcanistzed committed Sep 14, 2022
1 parent 959d3d1 commit 54f89e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.3.1 - 13 Sep 2022

Fix invalid localization code

## 1.3.0 - 13 Sep 2022

### Added
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
"path": "languages/fr.json"
},
{
"lang": "pt_BR",
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "languages/pt_BR.json"
"path": "languages/pt-BR.json"
},
{
"lang": "it",
Expand All @@ -87,4 +87,4 @@
"caption": "A narrated showcase of the Module Compatibility Checker"
}
]
}
}

0 comments on commit 54f89e7

Please sign in to comment.