Skip to content

Commit f12b48d

Browse files
committed
Update readme file
1 parent 3423edb commit f12b48d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@
3131

3232
# FAQ
3333
- Q1: Empty characters after translation?
34+
3435
A: You need to set an proxy or replace an proxy address or wait a while before trying. set proxy:
3536
![image](https://github.com/Airsaid/AndroidLocalizePlugin/blob/master/preview/setproxy.png)
3637

3738
- Q2: How to ignore translation?
39+
3840
A: Use the translatable or xliff:g tags. for example:
3941
```
4042
<string name="name" translatable="false">AndroidLocalizePlugin</string>

README_CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@
3131

3232
# 常见问题
3333
- 问题一:翻译后得到的是空的文本?
34+
3435
回答:你需要设置代理或替换代理地址,或者等待一段时间后再次尝试。代理设置:
3536
![image](https://github.com/Airsaid/AndroidLocalizePlugin/blob/master/preview/setproxy.png)
3637

3738
- 问题二:如何忽略不让其翻译?
39+
3840
回答: 可以使用 translatable 或者 xliff:g 标签。示例:
3941
```
4042
<string name="name" translatable="false">AndroidLocalizePlugin</string>

0 commit comments

Comments
 (0)