add build customization options (#1532)
This commit is contained in:
parent
47f2d1bf42
commit
83ced20e4a
8 changed files with 69 additions and 14 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name" translatable="false">Tusky</string>
|
||||
<string name="app_website" translatable="false">https://tusky.app</string>
|
||||
<string name="tusky_website" translatable="false">https://tusky.app</string>
|
||||
<string name="about_app_version">%1$s %2$s</string>
|
||||
|
||||
<string name="oauth_scheme" translatable="false">oauth2redirect</string>
|
||||
<string name="preferences_file_key" translatable="false">com.keylesspalace.tusky.PREFERENCES</string>
|
||||
|
|
|
|||
|
|
@ -277,6 +277,7 @@
|
|||
|
||||
<string name="about_title_activity">About</string>
|
||||
<string name="about_tusky_version">Tusky %s</string>
|
||||
<string name="about_powered_by_tusky">Powered by Tusky</string>
|
||||
<string name="about_tusky_license">Tusky is free and open-source software.
|
||||
It is licensed under the GNU General Public License Version 3.
|
||||
You can view the license here: https://www.gnu.org/licenses/gpl-3.0.en.html</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue