Soslan Khubulov
c291291304
Add Ossetian translation
2020-05-03 16:06:23 +00:00
Piotr Drąg
0397a104ba
Update Polish translation
...
Fixes https://gitlab.gnome.org/Teams/Translation/pl/-/issues/6
2020-05-02 21:45:45 +02:00
Dušan Kazik
a41c1d4fda
Update Slovak translation
...
(cherry picked from commit e4199c71cc
)
2020-05-02 14:07:51 +00:00
Cheng-Chia Tseng
8ae3ed907a
Update Chinese (Taiwan) translation
2020-05-02 08:07:05 +00:00
Yuri Chornoivan
a4cd9e0038
Update Ukrainian translation
2020-05-01 15:57:22 +00:00
Cheng-Chia Tseng
13062af7ef
Update Chinese (Taiwan) translation
...
(cherry picked from commit dff855942e
)
2020-04-30 17:32:19 +00:00
Fabio Tomat
d29eb8646a
Update Friulian translation
2020-04-29 22:34:43 +00:00
Emin Tufan Çetin
1fa4e3b1b2
Update Turkish translation
2020-04-28 13:19:54 +00:00
Daniel Mustieles
614fe202e0
Updated Spanish translation
2020-04-27 18:14:01 +02:00
Asier Sarasua Garmendia
c5e5bb0be1
Update Basque translation
2020-04-25 17:21:35 +00:00
Yuri Chornoivan
c88bb66369
Update Ukrainian translation
2020-04-25 08:08:40 +00:00
Danial Behzadi
40415a6849
Update Persian translation
2020-04-24 20:06:24 +00:00
Petr Kovář
02f40b3b63
Update Czech translation
2020-04-22 13:01:15 +00:00
Rafael Fontenelle
1fd51efc7f
Update Brazilian Portuguese translation
...
(cherry picked from commit 60ee6ab4b7
)
2020-04-22 12:33:18 +00:00
Dingzhong Chen
300961e19e
Update zh_CN translations
2020-04-18 09:10:21 +00:00
Jiri Grönroos
a1ab32af0f
Update Finnish translation
...
(cherry picked from commit cc0fac895c
)
2020-04-13 15:03:35 +00:00
Carmen Bianca BAKKER
c422d82752
Update Esperanto translation
2020-04-11 18:21:21 +00:00
Florian Müllner
306b005943
extensions-tool: Add small indicator template
...
Adding an additional icon to the top bar is one of the more common
patterns used by extensions. Make this easier by providing a template
for it.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/812
2020-04-07 20:27:00 +00:00
Florian Müllner
f9bee05d49
extensions-tool: Add template metadata
...
When we allow users to choose between different templates, we should
provide some context for each template to facilitate that choice.
Add that metadata in the form of a .desktop file, which allows us to
specify name and description, and is well supported by our translation
infrastructure.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/812
2020-04-07 20:27:00 +00:00
Yuri Chornoivan
5c681a76b6
Update Ukrainian translation
2020-04-06 16:19:08 +00:00
Rūdolfs Mazurs
7e5a1cfd90
Update Latvian translation
...
(cherry picked from commit 6d38a4a7b3
)
2020-04-04 16:14:55 +00:00
Марко Костић
407b12c3cb
Update Serbian translation
...
(cherry picked from commit 428d38179d
)
2020-04-02 19:43:17 +00:00
Ibai Oihanguren Sala
455a8f3076
Update Basque translation
...
(cherry picked from commit fe9708ebd8
)
2020-04-02 16:15:48 +00:00
Jiri Grönroos
e138b6e3af
Update Finnish translation
...
(cherry picked from commit 8398769321
)
2020-04-02 09:44:52 +00:00
Danial Behzadi
da44649e6f
Update Persian translation
...
(cherry picked from commit 69426cbfda
)
2020-04-01 01:43:14 +00:00
Cheng-Chia Tseng
cadd9a99c0
Update Chinese (Taiwan) translation
...
(cherry picked from commit 1ab5e6973a
)
2020-03-31 16:07:40 +00:00
Fabio Tomat
7061889a29
Update Friulian translation
...
(cherry picked from commit 1dea3341ec
)
2020-03-31 11:14:43 +00:00
Aurimas Černius
50301bcfd4
Updated Lithuanian translation
2020-03-29 22:28:04 +03:00
Yosef Or Boczko
308b58175f
Update Hebrew translation
2020-03-29 07:45:59 +00:00
Yosef Or Boczko
e4d72fb2b0
Update Hebrew translation
2020-03-28 23:10:11 +00:00
Jwtiyar Nariman
793f053309
Add Kurdish Sorani translation
...
(cherry picked from commit aba60dcac8
)
2020-03-28 15:40:30 +00:00
Florian Müllner
39e6375aff
extensions-app: Move Extensions app to new subproject
...
The Extensions app code is now independent enough from the rest of the code
base to move it to its own subprojects, like we did for the extensions-tool.
This allows for stand-alone builds of the app, which we are about to use
for distributing it as flatpak.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1133
2020-03-27 23:33:30 +00:00
Ibai Oihanguren Sala
f971b8426d
Update Basque translation
2020-03-26 15:11:16 +00:00
Wolfgang Stöggl
9a26b970f9
Update German translation
2020-03-25 22:11:59 +00:00
Emin Tufan Çetin
11daf14e80
Update Turkish translation
2020-03-25 06:27:54 +00:00
Florian Müllner
34e85342d8
dbusServices/extensions: Take over prefs dialog from app
...
As outlined earlier, in order to turn the Extensions app into a properly
sandboxed application, we need to split out the extension prefs dialog
and move it elsewhere.
With "elsewhere" being the new Extensions D-Bus service, effectively
turning it into a shell extensions portal.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1106
2020-03-23 15:39:12 +00:00
Florian Müllner
2b517e352d
extensionPrefs: Use template for preference dialog
...
The dialog that contains the extension's preference widget has become
fairly complex over time, mostly due to the error handling.
It therefore makes sense to move it to a template, just like we did
for the main application window and extension rows.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1106
2020-03-23 15:39:12 +00:00
Yosef Or Boczko
eb3c857f23
Update Hebrew translation
2020-03-21 23:27:40 +00:00
Jordi Mas
a096ed37d6
Update Catalan translation
2020-03-21 23:37:37 +01:00
Goran Vidović
498a743c08
Update Croatian translation
2020-03-21 21:48:00 +00:00
Марко Костић
bea3987f3e
Update Serbian translation
2020-03-21 14:31:17 +00:00
Danial Behzadi
3a52bfbc0f
Update Persian translation
2020-03-20 23:36:44 +00:00
Jordi Mas
38c0f3bbf2
Update Catalan translation
2020-03-20 18:47:41 +01:00
Daniel Mustieles
afd83d929e
Updated Spanish translation
2020-03-20 12:30:35 +01:00
Guillaume Bernard
d9e8a525de
Update French translation
2020-03-20 07:38:32 +00:00
Kukuh Syafaat
b25142c517
Update Indonesian translation
2020-03-20 07:14:37 +00:00
Yuri Chornoivan
3bf0511f1b
Update Ukrainian translation
2020-03-19 20:42:12 +00:00
Anders Jonsson
1b485427cf
Update Swedish translation
2020-03-19 20:41:40 +00:00
Milo Casagrande
ebf04e3a95
Update Italian translation
2020-03-19 15:09:35 +00:00
Piotr Drąg
2f78b8428b
Update Polish translation
2020-03-19 15:42:25 +01:00