refactor: use metaglot to take macos bundle i18n over
- use metaglot for macos bundle i18n - set macos icon from PUBLIC to PRIVATE - remove CFBundleLongVersionString from Info.plist
This commit is contained in:
Vendored
+26
@@ -0,0 +1,26 @@
|
||||
version = 1
|
||||
source_language = "en"
|
||||
|
||||
[strings.app_name]
|
||||
msgid = "Pineapple Pictures"
|
||||
comment = "Display name of the application."
|
||||
|
||||
[strings.file_type_jpeg]
|
||||
msgid = "JPEG Image"
|
||||
comment = "Name of the JPEG document type (jpg, jpeg, jfif)."
|
||||
|
||||
[strings.file_type_png]
|
||||
msgid = "PNG Image"
|
||||
comment = "Name of the PNG document type."
|
||||
|
||||
[strings.file_type_webp]
|
||||
msgid = "WebP Image"
|
||||
comment = "Name of the WebP document type."
|
||||
|
||||
[strings.file_type_gif]
|
||||
msgid = "GIF Image"
|
||||
comment = "Name of the GIF document type."
|
||||
|
||||
[strings.file_type_svg]
|
||||
msgid = "SVG Image"
|
||||
comment = "Name of the SVG document type."
|
||||
Reference in New Issue
Block a user