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": "เพิ่งปล่อยใหม่",
|
"new_releases": "เพิ่งปล่อยใหม่",
|
||||||
"songs": "เพลง",
|
"songs": "เพลง",
|
||||||
"playing_track": "กำลังเล่น {track}",
|
"playing_track": "กำลังเล่น {track}",
|
||||||
"queue_clear_alert": "การดำเนินการนี้จะล้างคิวปัจจุบัน {track length} แทร็ก จะถูกลบออก\nคุณต้องการดำเนินการต่อหรือไม่?",
|
"queue_clear_alert": "การดำเนินการนี้จะล้างคิวปัจจุบัน {track_length} แทร็ก จะถูกลบออก\nคุณต้องการดำเนินการต่อหรือไม่?",
|
||||||
"load_more": "โหลดเพิ่มเติม",
|
"load_more": "โหลดเพิ่มเติม",
|
||||||
"playlists": "เพลย์ลิสต์",
|
"playlists": "เพลย์ลิสต์",
|
||||||
"artists": "ศิลปิน",
|
"artists": "ศิลปิน",
|
||||||
|
|||||||
@ -13,6 +13,8 @@
|
|||||||
/// sappho192@github => Korean
|
/// sappho192@github => Korean
|
||||||
/// watchakorn-18k@github => Thai
|
/// watchakorn-18k@github => Thai
|
||||||
|
|
||||||
|
library l10n;
|
||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
class L10n {
|
class L10n {
|
||||||
@ -40,4 +42,4 @@ class L10n {
|
|||||||
const Locale('zh', 'CN'),
|
const Locale('zh', 'CN'),
|
||||||
const Locale('vi', 'VN'),
|
const Locale('vi', 'VN'),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@ -159,7 +159,8 @@
|
|||||||
"remote"
|
"remote"
|
||||||
],
|
],
|
||||||
|
|
||||||
"tr": [
|
"th": [
|
||||||
|
"choose_your_language",
|
||||||
"enable_connect",
|
"enable_connect",
|
||||||
"enable_connect_description",
|
"enable_connect_description",
|
||||||
"devices",
|
"devices",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user