Add a settings button to the news instance

merge-requests/8/head
Bob Mottram 2020-11-02 17:40:02 +00:00
parent ac2a651303
commit f8760a57d4
16 changed files with 36 additions and 17 deletions

View File

@ -324,5 +324,6 @@
"User": "المستعمل",
"Features" : "ميزات",
"Article": "مقال إخباري",
"Create an article": "قم بإنشاء مقال"
"Create an article": "قم بإنشاء مقال",
"Settings": "إعدادات"
}

View File

@ -324,5 +324,6 @@
"User": "Usuari",
"Features" : "Article",
"Article": "Reportatge",
"Create an article": "Creeu un article"
"Create an article": "Creeu un article",
"Settings": "Configuració"
}

View File

@ -324,5 +324,6 @@
"User": "Defnyddiwr",
"Features" : "Nodweddion",
"Article": "Erthygl",
"Create an article": "Creu erthygl"
"Create an article": "Creu erthygl",
"Settings": "Gosodiadau"
}

View File

@ -324,5 +324,6 @@
"User": "Nutzerin",
"Features" : "Eigenschaften",
"Article": "Artikel",
"Create an article": "Erstellen Sie einen Artikel"
"Create an article": "Erstellen Sie einen Artikel",
"Settings": "Einstellungen"
}

View File

@ -324,5 +324,6 @@
"User": "User",
"Features" : "Features",
"Article": "Article",
"Create an article": "Create an article"
"Create an article": "Create an article",
"Settings": "Settings"
}

View File

@ -324,5 +324,6 @@
"User": "Usuaria",
"Features" : "Caracteristicas",
"Article": "Artículo",
"Create an article": "Crea un articulo"
"Create an article": "Crea un articulo",
"Settings": "Configuraciones"
}

View File

@ -324,5 +324,6 @@
"User": "Utilisatrice",
"Features" : "Traits",
"Article": "Article",
"Create an article": "Créer un article"
"Create an article": "Créer un article",
"Settings": "Réglages"
}

View File

@ -324,5 +324,6 @@
"User": "Úsáideoir",
"Features" : "Gnéithe",
"Article": "Airteagal",
"Create an article": "Cruthaigh alt"
"Create an article": "Cruthaigh alt",
"Settings": "Socruithe"
}

View File

@ -324,5 +324,6 @@
"User": "उपयोगकर्ता",
"Features" : "विशेषताएं",
"Article": "लेख",
"Create an article": "एक लेख बनाएँ"
"Create an article": "एक लेख बनाएँ",
"Settings": "समायोजन"
}

View File

@ -324,5 +324,6 @@
"User": "Utente",
"Features" : "Caratteristiche",
"Article": "Articolo",
"Create an article": "Crea un articolo"
"Create an article": "Crea un articolo",
"Settings": "impostazioni"
}

View File

@ -324,5 +324,6 @@
"User": "ユーザー",
"Features" : "特徴",
"Article": "論文",
"Create an article": "記事を作成する"
"Create an article": "記事を作成する",
"Settings": "設定"
}

View File

@ -320,5 +320,6 @@
"User": "User",
"Features" : "Features",
"Article": "Article",
"Create an article": "Create an article"
"Create an article": "Create an article",
"Settings": "Settings"
}

View File

@ -324,5 +324,6 @@
"User": "Do utilizador",
"Features" : "Recursos",
"Article": "Artigo",
"Create an article": "Crie um artigo"
"Create an article": "Crie um artigo",
"Settings": "Definições"
}

View File

@ -324,5 +324,6 @@
"User": "Пользователь",
"Features" : "особенности",
"Article": "Статья",
"Create an article": "Создать статью"
"Create an article": "Создать статью",
"Settings": "Настройки"
}

View File

@ -324,5 +324,6 @@
"User": "用户",
"Features" : "特征",
"Article": "文章",
"Create an article": "建立文章"
"Create an article": "建立文章",
"Settings": "设定值"
}

View File

@ -6415,9 +6415,13 @@ def headerButtonsTimeline(defaultTimeline: str,
if newsHeader:
tlStr += \
' <a href="' + usersPath + '/inbox' + \
'"><button class="button">' + \
' <a href="' + usersPath + '/inbox">' + \
'<button class="button">' + \
'<span>' + translate['User'] + '</span></button></a>\n'
tlStr += \
' <a href="' + usersPath + '/editprofile">' + \
'<button class="button">' + \
'<span>' + translate['Settings'] + '</span></button></a>\n'
# the newswire button to show right column links
if not iconsAsButtons: