mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix semicolon
This commit is contained in:
@ -6,6 +6,6 @@
|
||||
|
||||
*/
|
||||
|
||||
"NSCameraUsageDescription" = "Allow tooot to capture photo or video and attach it to your toot"
|
||||
"NSPhotoLibraryAddUsageDescription" = "Allow tooot to save an image to your camera roll"
|
||||
"NSPhotoLibraryUsageDescription" = "Allow tooot to access your camera roll to attach photos or videos to your toot"
|
||||
"NSCameraUsageDescription" = "Allow tooot to capture photo or video and attach it to your toot";
|
||||
"NSPhotoLibraryAddUsageDescription" = "Allow tooot to save an image to your camera roll";
|
||||
"NSPhotoLibraryUsageDescription" = "Allow tooot to access your camera roll to attach photos or videos to your toot";
|
||||
|
@ -6,6 +6,6 @@
|
||||
|
||||
*/
|
||||
|
||||
"NSCameraUsageDescription" = "允许tooot拍摄图片或视频,以添加嘟文附件"
|
||||
"NSPhotoLibraryAddUsageDescription" = "允许tooot保存图片至相册"
|
||||
"NSPhotoLibraryUsageDescription" = "允许tooot读取相册图片或视频,以添加嘟文附件"
|
||||
"NSCameraUsageDescription" = "允许tooot拍摄图片或视频,以添加嘟文附件";
|
||||
"NSPhotoLibraryAddUsageDescription" = "允许tooot保存图片至相册";
|
||||
"NSPhotoLibraryUsageDescription" = "允许tooot读取相册图片或视频,以添加嘟文附件";
|
||||
|
Reference in New Issue
Block a user