[Modify]多语言调整

This commit is contained in:
wushaocheng
2023-05-31 14:16:06 +08:00
parent 788121b77e
commit 8e659b1d29
23 changed files with 3 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 750 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 B

View File

@@ -80,7 +80,7 @@ public class ShareModel extends BaseModel implements IShareModel {
sp.setImageUrl(webViewInfo.getImgUrl());
}
String siteUrl = webViewInfo.getShowUrl();
String params = "shareUid=" + AuthModel.get().getCurrentUid() + "&lang=" + Locale.getDefault().getLanguage();
String params = "shareUid=" + AuthModel.get().getCurrentUid();
if (siteUrl.contains("?")) {
if (siteUrl.endsWith("?")) {
siteUrl += params;
@@ -160,7 +160,7 @@ public class ShareModel extends BaseModel implements IShareModel {
if (platform != null) {
String name = platform.getName();
final String siteUrl = UriProvider.IM_SERVER_URL + XChatConstants.SHARE_ROOM_URL +
AuthModel.get().getCurrentUid() + "&uid=" + roomUid + "&room_name=" +
AuthModel.get().getCurrentUid() + "&lang=" + Locale.getDefault().getLanguage() + "&uid=" + roomUid + "&room_name=" +
URLEncoder.encode(title, "utf8") + "&room_id=" + roomId + "&room_avatar=" +
URLEncoder.encode(room_avatar, "utf8") + "&share_name=" +
URLEncoder.encode(UserModel.get().getCacheLoginUserInfo().getNick(), "utf8");

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 B

View File

@@ -71,6 +71,7 @@
android:maxLines="4"
android:paddingStart="@dimen/dp_10"
android:paddingEnd="10dp"
android:gravity="center_vertical"
android:textColor="@color/color_C6C6E9"
android:textColorHint="@color/color_b3b3b3"
android:textCursorDrawable="@null"