소스 검색

Address trivial review comments.

FearlessTobi 6 년 전
부모
커밋
4450a2688a
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      README.md
  2. 1 1
      src/yuzu/CMakeLists.txt

+ 1 - 1
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
 

+ 1 - 1
src/yuzu/CMakeLists.txt

@@ -170,8 +170,8 @@ target_sources(yuzu
     PRIVATE
         ${COMPAT_LIST}
         ${ICONS}
-        ${THEMES}
         ${LANGUAGES}
+        ${THEMES}
 )
 
 if (APPLE)