Skip to content

Commit

Permalink
updated Emuchievements (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
KP2048 authored May 27, 2023
1 parent d042e12 commit 17e8f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Emuchievements
Submodule Emuchievements updated 57 files
+1 −1 .gitignore
+4 −2 .run/build-dev.run.xml
+12 −78 README.md
+6 −0 crowdin.yaml
+6 −5 package.json
+1 −1 plugin.json
+713 −30 pnpm-lock.yaml
+2 −0 rollup.config.js
+174 −0 src/py/decky_plugin.pyi
+28 −729 src/py/main.py
+220 −94 src/ts/AchievementsManager.ts
+1 −26 src/ts/LibraryInitializer.ts
+68 −2 src/ts/Mappers.ts
+0 −298 src/ts/Patching.tsx
+22 −0 src/ts/RoutePatches.tsx
+89 −19 src/ts/SteamTypes.d.ts
+137 −0 src/ts/System.ts
+14 −4 src/ts/components/emuchievementsComponent.tsx
+62 −0 src/ts/components/gameListComponent.tsx
+80 −38 src/ts/components/settingsComponent.tsx
+52 −7 src/ts/hooks/achievementsContext.tsx
+0 −23 src/ts/hooks/useSetting.ts
+267 −84 src/ts/index.tsx
+166 −70 src/ts/interfaces.ts
+22 −0 src/ts/localisation/bg.json
+22 −0 src/ts/localisation/cs.json
+22 −0 src/ts/localisation/da.json
+22 −0 src/ts/localisation/de.json
+22 −0 src/ts/localisation/el.json
+23 −0 src/ts/localisation/en.json
+22 −0 src/ts/localisation/es-419.json
+22 −0 src/ts/localisation/es.json
+22 −0 src/ts/localisation/fi.json
+22 −0 src/ts/localisation/fr.json
+22 −0 src/ts/localisation/hu.json
+22 −0 src/ts/localisation/it.json
+22 −0 src/ts/localisation/ja.json
+22 −0 src/ts/localisation/ko.json
+22 −0 src/ts/localisation/nl.json
+22 −0 src/ts/localisation/no.json
+22 −0 src/ts/localisation/pl.json
+22 −0 src/ts/localisation/pt-br.json
+22 −0 src/ts/localisation/pt.json
+22 −0 src/ts/localisation/ro.json
+22 −0 src/ts/localisation/ru.json
+22 −0 src/ts/localisation/sv.json
+22 −0 src/ts/localisation/th.json
+22 −0 src/ts/localisation/tr.json
+22 −0 src/ts/localisation/uk.json
+22 −0 src/ts/localisation/vi.json
+22 −0 src/ts/localisation/zh-cn.json
+22 −0 src/ts/localisation/zh-tw.json
+25 −26 src/ts/logger.ts
+65 −20 src/ts/settings.ts
+61 −0 src/ts/translations.ts
+43 −0 src/ts/useTranslations.ts
+2 −1 tsconfig.json

0 comments on commit 17e8f83

Please sign in to comment.