Skip to content

Commit

Permalink
fix: change languages submodule branch
Browse files Browse the repository at this point in the history
  • Loading branch information
NedcloarBR committed Dec 29, 2024
1 parent 0d8d9b6 commit 67d64ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/Languages
Submodule Languages updated 148 files
2 changes: 1 addition & 1 deletion src/modules/config/JSONLocale.loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from "node:path";
export class JSONLocaleLoader {
public constructor(private readonly path: string) {}

private ignoredFoldersAndFiles = [".git", "crowdin.yml"];
private ignoredFoldersAndFiles = [".git", "crowdin.yml", "README.md"];

public async loadTranslations() {
const locales: Record<string, Record<string, string>> = {};
Expand Down

0 comments on commit 67d64ef

Please sign in to comment.