Skip to content

Commit

Permalink
Rename language file
Browse files Browse the repository at this point in the history
  • Loading branch information
nmtho committed Nov 27, 2023
1 parent a10fbf2 commit f1586cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: en_us

pluginsPerPage: 10
language: en_US

pluginsPerPage: 10
skipIncompatiblePlugins: true # It will skip caching outdated API plugins if it is set to true
2 changes: 1 addition & 1 deletion src/Vars.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

final class Vars {
public const POGGIT_REPO_URL = "https://poggit.pmmp.io/releases.min.json?fields=name,version,artifact_url,html_url,license,downloads,score,api,deps,description_url,changelog_url";
public const AVAILABLE_LANGUAGES = ["en_us"];
public const AVAILABLE_LANGUAGES = ["en_US"];
}

0 comments on commit f1586cd

Please sign in to comment.