summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2020-02-15 17:21:19 +0100
committerFearlessTobi <thm.frey@gmail.com>2020-07-18 14:09:13 +0200
commit4450a2688a8507dfece913e5c224bb497191ec7e (patch)
tree7c1f7d2edc8841e5e9ac2c9a49da0d4314a3f8b2
parentconfigure_ui: Address some review comments from the previous PR (diff)
downloadyuzu-4450a2688a8507dfece913e5c224bb497191ec7e.tar
yuzu-4450a2688a8507dfece913e5c224bb497191ec7e.tar.gz
yuzu-4450a2688a8507dfece913e5c224bb497191ec7e.tar.bz2
yuzu-4450a2688a8507dfece913e5c224bb497191ec7e.tar.lz
yuzu-4450a2688a8507dfece913e5c224bb497191ec7e.tar.xz
yuzu-4450a2688a8507dfece913e5c224bb497191ec7e.tar.zst
yuzu-4450a2688a8507dfece913e5c224bb497191ec7e.zip
-rw-r--r--README.md2
-rw-r--r--src/yuzu/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 99b87daf4..981c8ef24 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Most of the development happens on GitHub. It's also where [our central reposito
If you want to contribute please take a look at the [Contributor's Guide](https://github.com/yuzu-emu/yuzu/wiki/Contributing) and [Developer Information](https://github.com/yuzu-emu/yuzu/wiki/Developer-Information). You should also contact any of the developers on Discord in order to know about the current state of the emulator.
-If you want to contribute to the user interface translation, please checkout [yuzu project on transifex](https://www.transifex.com/yuzu-emulator/yuzu). We centralize the translation work there, and periodically upstream translation.
+If you want to contribute to the user interface translation, please check out the [yuzu project on transifex](https://www.transifex.com/yuzu-emulator/yuzu). We centralize translation work there, and periodically upstream translations.
### Building
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt
index 7257aa701..656096c9f 100644
--- a/src/yuzu/CMakeLists.txt
+++ b/src/yuzu/CMakeLists.txt
@@ -170,8 +170,8 @@ target_sources(yuzu
PRIVATE
${COMPAT_LIST}
${ICONS}
- ${THEMES}
${LANGUAGES}
+ ${THEMES}
)
if (APPLE)