[PR #2769] [CLOSED] Add Chinese translation on Android #1166

Closed
opened 2026-01-29 19:11:26 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/2769
Author: @kongmao45678
Created: 12/18/2021
Status: Closed

Base: androidHead: master


📝 Commits (10+)

  • e8081f3 Atualização Português do Brasil
  • c1ca483 Turkish Localization update
  • 08d3b9a Update Russian translation
  • 06bd4cf Update Simple-Chinese Translation to latest.
  • 6b0aa48 Merge pull request #2568 from andercard0/patch-8
  • bd85853 Merge pull request #2569 from andercard0/patch-9
  • 2934a79 Merge pull request #2571 from shikulja/master
  • 832b320 Merge pull request #2579 from zkdpower/master
  • a435824 UWP: Fix missing font resource
  • c4253ff README: Update notes about Android support

📊 Changes

1193 files changed (+398838 additions, -738840 deletions)

View changed files

.github/ISSUE_TEMPLATE/bug_report.md (+0 -57)
.github/ISSUE_TEMPLATE/bug_report.yml (+94 -0)
📝 .github/ISSUE_TEMPLATE/config.yml (+9 -0)
.github/ISSUE_TEMPLATE/feature_request.md (+0 -22)
.github/ISSUE_TEMPLATE/feature_request.yml (+43 -0)
📝 .github/workflows/rolling-release.yml (+216 -179)
📝 CMakeLists.txt (+7 -43)
📝 CONTRIBUTORS.md (+4 -0)
📝 NEWS.md (+6 -0)
📝 README.md (+33 -84)
📝 README.pt-br.md (+23 -20)
📝 data/resources/chtdb.txt (+2749 -54)
📝 data/resources/database/compatibility.xml (+457 -15)
📝 data/resources/database/gamedb.json (+251427 -198743)
📝 data/resources/database/gamesettings.ini (+11 -0)
data/resources/fonts/LICENSE.txt (+202 -0)
data/resources/fonts/Roboto-Regular.ttf (+0 -0)
data/resources/fonts/RobotoMono-Medium.ttf (+0 -0)
📝 data/resources/fonts/fa-solid-900.ttf (+0 -0)
📝 data/resources/fullscreenui/NTSC-J.png (+0 -0)

...and 80 more files

📄 Description

Add Chinese translation on Android
values-cn.zip


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stenzek/duckstation/pull/2769 **Author:** [@kongmao45678](https://github.com/kongmao45678) **Created:** 12/18/2021 **Status:** ❌ Closed **Base:** `android` ← **Head:** `master` --- ### 📝 Commits (10+) - [`e8081f3`](https://github.com/stenzek/duckstation/commit/e8081f3f17eb53334c68ed6d32f93b46c8e271c6) Atualização Português do Brasil - [`c1ca483`](https://github.com/stenzek/duckstation/commit/c1ca483fa802fda632d51649b8e4272c1ae4726a) Turkish Localization update - [`08d3b9a`](https://github.com/stenzek/duckstation/commit/08d3b9ae1aa9b3a1f08f6faeb250612909743976) Update Russian translation - [`06bd4cf`](https://github.com/stenzek/duckstation/commit/06bd4cfc382eed42c23c0af4cd221389439db74a) Update Simple-Chinese Translation to latest. - [`6b0aa48`](https://github.com/stenzek/duckstation/commit/6b0aa48b71f99a0f5f01d66d81a208c8823c9b13) Merge pull request #2568 from andercard0/patch-8 - [`bd85853`](https://github.com/stenzek/duckstation/commit/bd85853b02fedb47923758bbd75d5da09d560198) Merge pull request #2569 from andercard0/patch-9 - [`2934a79`](https://github.com/stenzek/duckstation/commit/2934a7949d7039c3399577d0c174303c457928c1) Merge pull request #2571 from shikulja/master - [`832b320`](https://github.com/stenzek/duckstation/commit/832b320e4e827eaeb0d4880c5c3aba53ef795356) Merge pull request #2579 from zkdpower/master - [`a435824`](https://github.com/stenzek/duckstation/commit/a4358240ad244ac372107e725c026a89b5fc9381) UWP: Fix missing font resource - [`c4253ff`](https://github.com/stenzek/duckstation/commit/c4253ff4bbea01911881f575df50a211158f779c) README: Update notes about Android support ### 📊 Changes **1193 files changed** (+398838 additions, -738840 deletions) <details> <summary>View changed files</summary> ➖ `.github/ISSUE_TEMPLATE/bug_report.md` (+0 -57) ➕ `.github/ISSUE_TEMPLATE/bug_report.yml` (+94 -0) 📝 `.github/ISSUE_TEMPLATE/config.yml` (+9 -0) ➖ `.github/ISSUE_TEMPLATE/feature_request.md` (+0 -22) ➕ `.github/ISSUE_TEMPLATE/feature_request.yml` (+43 -0) 📝 `.github/workflows/rolling-release.yml` (+216 -179) 📝 `CMakeLists.txt` (+7 -43) 📝 `CONTRIBUTORS.md` (+4 -0) 📝 `NEWS.md` (+6 -0) 📝 `README.md` (+33 -84) 📝 `README.pt-br.md` (+23 -20) 📝 `data/resources/chtdb.txt` (+2749 -54) 📝 `data/resources/database/compatibility.xml` (+457 -15) 📝 `data/resources/database/gamedb.json` (+251427 -198743) 📝 `data/resources/database/gamesettings.ini` (+11 -0) ➕ `data/resources/fonts/LICENSE.txt` (+202 -0) ➕ `data/resources/fonts/Roboto-Regular.ttf` (+0 -0) ➕ `data/resources/fonts/RobotoMono-Medium.ttf` (+0 -0) 📝 `data/resources/fonts/fa-solid-900.ttf` (+0 -0) 📝 `data/resources/fullscreenui/NTSC-J.png` (+0 -0) _...and 80 more files_ </details> ### 📄 Description Add Chinese translation on Android [values-cn.zip](https://github.com/stenzek/duckstation/files/7738670/values-cn.zip) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:11:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#1166