mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-09 02:07:04 +08:00
feat(screenshot-ui): add newest/oldest sort selector
Add a combo button to the screenshot gallery to sort files by modification time (newest or oldest first). Store timestamp per image and rebuild layout when sort order changes. Include translations for en_US and zh_CN.
This commit is contained in:
@@ -49,5 +49,8 @@
|
||||
"item.water.name": "水",
|
||||
"item.pig_spawn_egg.name": "猪猪刷怪蛋",
|
||||
"screenshot.no_screenshot": "没有截图",
|
||||
"button.show_in_file_manager": "在文件管理器中显示"
|
||||
"button.show_in_file_manager": "在文件管理器中显示",
|
||||
"file.sort_type": "文件排序方式:{type}",
|
||||
"file.newest_first": "最新在前",
|
||||
"file.oldest_first": "最旧在前"
|
||||
}
|
||||
Reference in New Issue
Block a user