Commit 24537699 authored by wudizhanche1000's avatar wudizhanche1000

临时游戏语言Fallback

parent ebe6ccea
......@@ -59,7 +59,7 @@ export class AppsService {
['name', 'description'].forEach((key) => {
let value = app[key][locale];
if (!value) {
value = app[key]["en-US"];
value = app[key]["zh-CN"];
}
app[key] = value;
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment