Skip to content

Commit

Permalink
rename cat langauge
Browse files Browse the repository at this point in the history
  • Loading branch information
sussy-code committed May 31, 2024
1 parent 7301eea commit d231e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import bg from "@/assets/locales/bg.json";
import bn from "@/assets/locales/bn.json";
import ca from "@/assets/locales/ca.json";
import caVl from "@/assets/locales/ca@valencia.json";
import cat from "@/assets/locales/cat.json";
import kitty from "@/assets/locales/kitty.json";

Check failure on line 6 in src/assets/languages.ts

View workflow job for this annotation

GitHub Actions / Run Linters

`@/assets/locales/kitty.json` import should occur after import of `@/assets/locales/ja.json`
import cs from "@/assets/locales/cs.json";
import de from "@/assets/locales/de.json";
import el from "@/assets/locales/el.json";
Expand Down Expand Up @@ -62,7 +62,7 @@ export const locales = {
he,
sv,
pirate,
cat,
kitty,
uwu,
minion,
lv,
Expand Down
File renamed without changes.

0 comments on commit d231e79

Please sign in to comment.