mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-05-08 16:24:36 +00:00
chore: fix lint errors
This commit is contained in:
parent
cf6beaf8ff
commit
67063ab085
@ -12,7 +12,7 @@
|
||||
"new_releases": "เพิ่งปล่อยใหม่",
|
||||
"songs": "เพลง",
|
||||
"playing_track": "กำลังเล่น {track}",
|
||||
"queue_clear_alert": "การดำเนินการนี้จะล้างคิวปัจจุบัน {track length} แทร็ก จะถูกลบออก\nคุณต้องการดำเนินการต่อหรือไม่?",
|
||||
"queue_clear_alert": "การดำเนินการนี้จะล้างคิวปัจจุบัน {track_length} แทร็ก จะถูกลบออก\nคุณต้องการดำเนินการต่อหรือไม่?",
|
||||
"load_more": "โหลดเพิ่มเติม",
|
||||
"playlists": "เพลย์ลิสต์",
|
||||
"artists": "ศิลปิน",
|
||||
|
||||
@ -13,6 +13,8 @@
|
||||
/// sappho192@github => Korean
|
||||
/// watchakorn-18k@github => Thai
|
||||
|
||||
library l10n;
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class L10n {
|
||||
@ -40,4 +42,4 @@ class L10n {
|
||||
const Locale('zh', 'CN'),
|
||||
const Locale('vi', 'VN'),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
@ -159,7 +159,8 @@
|
||||
"remote"
|
||||
],
|
||||
|
||||
"tr": [
|
||||
"th": [
|
||||
"choose_your_language",
|
||||
"enable_connect",
|
||||
"enable_connect_description",
|
||||
"devices",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user