mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 18:00:26 +00:00
Add a link to download translations
This commit is contained in:
parent
6de103128b
commit
e20701cf6b
@ -830,6 +830,7 @@ general = General
|
||||
screen_scaling = Screen Scaling:
|
||||
ui_scaling = UI Elements Scaling:
|
||||
language = Language:
|
||||
download_translations = Download Translations
|
||||
gpu_acceleration = GPU acceleration
|
||||
gpu_acceleration_tooltip = Check this option to enable hardware acceleration
|
||||
show_menu_bar = Show Aseprite menu bar
|
||||
|
@ -28,7 +28,7 @@
|
||||
<!-- General -->
|
||||
<vbox id="section_general">
|
||||
<separator text="@.section_general" horizontal="true" />
|
||||
<grid columns="2">
|
||||
<grid columns="3">
|
||||
<label text="@.screen_scaling" />
|
||||
<combobox id="screen_scale">
|
||||
<listitem text="100%" value="1" />
|
||||
@ -36,6 +36,8 @@
|
||||
<listitem text="300%" value="3" />
|
||||
<listitem text="400%" value="4" />
|
||||
</combobox>
|
||||
<boxfiller />
|
||||
|
||||
<label text="@.ui_scaling" />
|
||||
<combobox id="ui_scale">
|
||||
<listitem text="100%" value="1" />
|
||||
@ -43,10 +45,12 @@
|
||||
<listitem text="300%" value="3" />
|
||||
<listitem text="400%" value="4" />
|
||||
</combobox>
|
||||
<boxfiller />
|
||||
|
||||
<label text="@.language" />
|
||||
<combobox id="language" />
|
||||
</grid>
|
||||
<link text="@.download_translations" url="https://github.com/aseprite/languages#readme" />
|
||||
</grid>
|
||||
<check id="gpu_acceleration"
|
||||
text="@.gpu_acceleration"
|
||||
tooltip="@.gpu_acceleration_tooltip" />
|
||||
|
Loading…
Reference in New Issue
Block a user