Commit graph

513 commits

Author SHA1 Message Date
Scott Bishel
e981855219
Update text, used to set the button text (#4377)
* update test, used to set the button text

* update to proper capitalization
2023-01-05 16:36:33 -07:00
CI-YU
eedada78f2 Translated using Weblate (Chinese (Traditional))
Currently translated at 95.4% (419 of 439 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/
2023-01-03 16:23:23 +01:00
misaka10843
7198862a71 Translated using Weblate (Chinese (Simplified))
Currently translated at 68.1% (299 of 439 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hans/
2023-01-03 16:23:23 +01:00
chaylex
681f27e807 Translated using Weblate (Russian)
Currently translated at 74.7% (328 of 439 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ru/
2023-01-03 16:23:23 +01:00
MArtin Johnson
19a68727c4 Translated using Weblate (Swedish)
Currently translated at 100.0% (439 of 439 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/sv/
2023-01-03 16:23:22 +01:00
Csaba Tóth // BDSC Business Digitalisation Kft
29df6f9f86 Translated using Weblate (Hungarian)
Currently translated at 100.0% (439 of 439 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hu/
2023-01-03 16:23:22 +01:00
Iven Kwan
bc9ebe8ccb Translated using Weblate (Chinese (Traditional))
Currently translated at 89.9% (395 of 439 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/
2023-01-03 16:23:22 +01:00
Matthew Williams
26c5555a47 Translated using Weblate (English (Australia))
Currently translated at 99.5% (437 of 439 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/en_AU/
2023-01-03 16:23:22 +01:00
master7
c13dee7e2b Translated using Weblate (Polish)
Currently translated at 100.0% (439 of 439 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/
2023-01-03 16:23:22 +01:00
Ji-Hyeon Gim
83fad14be6 Translated using Weblate (Korean)
Currently translated at 100.0% (439 of 439 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ko/
2023-01-03 16:23:21 +01:00
Milo Ivir
dfad318455 Translated using Weblate (Croatian)
Currently translated at 100.0% (439 of 439 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hr/
2023-01-03 16:23:21 +01:00
Tom De Moor
ef457f9918 Translated using Weblate (Dutch)
Currently translated at 100.0% (439 of 439 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/nl/
2023-01-03 16:23:21 +01:00
jprusch
b839deaab0 Translated using Weblate (German)
Currently translated at 100.0% (439 of 439 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/de/
2023-01-03 16:23:21 +01:00
Scott Bishel
3758988fff Merge remote-tracking branch 'weblate/main' into weblate-fix 2022-12-23 08:49:55 -07:00
Rajat Dabade
c5919752a4
ToolTip for Table view menu (#4328) 2022-12-15 13:17:55 -07:00
Harshil Sharma
eceb406535
Revert "Revert dnd (#4294)" (#4324)
This reverts commit 9fac8f476e.
2022-12-14 14:21:53 +05:30
Miguel de la Cruz
9fac8f476e
Revert dnd (#4294)
* Revert "Fixed bug where boards would move to category of a different team (#4284)"

This reverts commit e075f408d3.

* Revert "Merge branch 'main' into only-explicit-boards-on-default-category"

This reverts commit 7db7e56296, reversing
changes made to 3feda10b6d.

* Revert "DND support for category and boards in LHS (#3964)"

This reverts commit 9918a0b3f8.
2022-12-05 15:03:34 -05:00
Rajat Dabade
6674402079
File attachment in the card (#4053)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-11-24 17:16:59 +05:30
Harshil Sharma
9918a0b3f8
DND support for category and boards in LHS (#3964)
* WIP

* WIP

* Removed unused webapp util

* Added server tests

* Lint fix

* Updating existing tests

* Updating existing tests

* Updating existing tests

* Fixing existing tests

* Fixing existing tests

* Fixing existing tests

* WIP

* Added category sort order migration

* Added logic to set new category on top

* Implemented api, WS listein logic remining

* finished webapp implementation

* Added category type and tests

* updated tests

* Fixed integration test

* type fix

* WIP

* implemented boards DND to other category and in same category

* removed seconds from boards name

* wip

* debugging cy test

* Enabled hiding views list while DNDing

* Removed some debug logs

* Fixed a bug preventing users from collapsing boards category

* WIP

* Debugging cypress test

* CI

* debugging cy test

* Testing a fix

* reverting test fix

* Handled personal server

* WIP

* WIP

* Adding support for building with esbuild

* Using different index.html templates for esbuild

* WIP

* WIP

* Fixed delete category and rename category

* WIP

* WIP

* Finally, its done.

* Adde suppor tot update board-category mapping in bulk

* Fixed a bug where create category option didn't show up on default category

* Fixed bug where new board was added as last board in Boards category instead of first board

* Minor cleanup

* WIP

* Added support to drab boards onto collapsed categories

* Fixed route order from specific to generic

* Fix linter

* Updated existin server tests

* fixed integration tests

* Fixed webapp test err

* Removed accidental dependencies

* Adding  new server tests

* Finished server tests

* added api to client.go

* Added API integration test

* Fixed existing webapp tests

* WIP

* WIP

* WIP

* WIP

* WIP

* Fixed missing paranthesis

* Some cleanup

* fixed server lint

* noopped down migration

* Fixed issue with DND not working great with newly added category

* Fixed a test

* Fixed a test

* Fixed a test

* Fixed console error while DNDing

* pakg lock restore

* Fixed missing react beautiful dnd in package.lock.json

* updated snapshots

* Fixed webapp test

* Review fixes

* Added API permission check

Co-authored-by: Jesús Espino <jespinog@gmail.com>
2022-11-24 15:31:32 +05:30
jprusch
c495bbbf7d Translated using Weblate (German)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/de/
2022-11-23 20:20:09 +01:00
Scott Bishel
4051e1eb05
Merge pull request #4199 from weblate/weblate-focalboard-webapp
Translations update from Mattermost Weblate
2022-11-23 12:20:04 -07:00
Do Dang Manh
0c765d11da Translated using Weblate (Vietnamese)
Currently translated at 6.3% (27 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/vi/
2022-11-23 17:22:46 +01:00
Intutit
6a70e53e45 Translated using Weblate (Korean)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ko/
2022-11-23 17:22:46 +01:00
Pierre JENICOT
e3ac0f5c38 Translated using Weblate (French)
Currently translated at 96.2% (407 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/fr/
2022-11-23 17:22:46 +01:00
CI-YU
4bfe1c957d Translated using Weblate (Chinese (Traditional))
Currently translated at 86.2% (365 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 82.2% (348 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 79.9% (338 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 65.0% (275 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 62.8% (266 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/
2022-11-23 17:22:45 +01:00
Evgeny Gribanov
b44d4fec46 Translated using Weblate (Russian)
Currently translated at 71.1% (301 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ru/
2022-11-23 17:22:45 +01:00
Pavel Yegorov
8ab76542e6 Translated using Weblate (Russian)
Currently translated at 70.9% (300 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ru/
2022-11-23 17:22:45 +01:00
יקי
7cd99eb91f Translated using Weblate (Hebrew)
Currently translated at 27.4% (116 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/he/
2022-11-23 17:22:44 +01:00
Zurab Balamtsarashvili
838691ac90 Translated using Weblate (Georgian)
Currently translated at 27.8% (118 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ka/

Added translation using Weblate (Georgian)
2022-11-23 17:22:44 +01:00
master7
625b824ed3 Translated using Weblate (Polish)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/
2022-11-23 17:22:44 +01:00
Alexey Kuryshko
e2a89f7708 Translated using Weblate (Russian)
Currently translated at 70.3% (296 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ru/
2022-11-23 17:22:43 +01:00
Andrew Wu
2cbb17257c Translated using Weblate (Chinese (Traditional))
Currently translated at 53.9% (228 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 53.9% (227 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/
2022-11-23 17:22:43 +01:00
Hossam Kandil
1a040fd680 Translated using Weblate (Arabic)
Currently translated at 47.2% (199 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ar/
2022-11-23 17:22:43 +01:00
kaakaa
c18b2dcd03 Translated using Weblate (Japanese)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ja/

Translated using Weblate (Japanese)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ja/

Translated using Weblate (Japanese)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ja/

Translated using Weblate (Japanese)

Currently translated at 93.8% (395 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ja/
2022-11-23 17:22:42 +01:00
JtheBAB
e0e88bced1 Translated using Weblate (German)
Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/de/
2022-11-23 17:22:42 +01:00
MArtin Johnson
a45195cece Translated using Weblate (Swedish)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/sv/

Translated using Weblate (Swedish)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/sv/

Translated using Weblate (Swedish)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/sv/
2022-11-23 17:22:42 +01:00
Ludovico Besana
e8dff1a59b Translated using Weblate (Italian)
Currently translated at 70.3% (296 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/it/

Translated using Weblate (Italian)

Currently translated at 65.7% (277 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/it/
2022-11-23 17:22:41 +01:00
Tom De Moor
ad603a086c Translated using Weblate (Dutch)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/nl/

Translated using Weblate (Dutch)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/nl/

Translated using Weblate (Dutch)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/nl/

Translated using Weblate (Dutch)

Currently translated at 96.1% (402 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/nl/

Translated using Weblate (Dutch)

Currently translated at 95.9% (401 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/nl/
2022-11-23 17:22:41 +01:00
jprusch
06e9359d68 Translated using Weblate (German)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/de/

Translated using Weblate (German)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/de/

Translated using Weblate (German)

Currently translated at 100.0% (418 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/de/
2022-11-23 17:22:41 +01:00
Milo Ivir
20d464a671 Translated using Weblate (Croatian)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hr/

Translated using Weblate (Croatian)

Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hr/

Translated using Weblate (Croatian)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hr/

Translated using Weblate (Croatian)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hr/

Translated using Weblate (Croatian)

Currently translated at 100.0% (418 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hr/

Translated using Weblate (Croatian)

Currently translated at 99.7% (417 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hr/
2022-11-23 17:22:40 +01:00
Matthew Williams
ee73095876 Translated using Weblate (English (Australia))
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/en_AU/

Translated using Weblate (English (Australia))

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/en_AU/

Translated using Weblate (English (Australia))

Currently translated at 99.7% (420 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/en_AU/

Translated using Weblate (English (Australia))

Currently translated at 99.7% (417 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/en_AU/
2022-11-23 17:22:40 +01:00
Tóth Csaba // Online ERP Hungary Kft
2191a3d54d Translated using Weblate (Hungarian)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hu/

Translated using Weblate (Hungarian)

Currently translated at 98.8% (418 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hu/

Translated using Weblate (Hungarian)

Currently translated at 100.0% (418 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hu/

Translated using Weblate (Hungarian)

Currently translated at 100.0% (418 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hu/

Translated using Weblate (Hungarian)

Currently translated at 99.5% (416 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hu/
2022-11-23 17:22:40 +01:00
Hosted Weblate
da0393235c Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/
2022-11-23 17:22:40 +01:00
Ehsan Diary
a83e7d43c5 Translated using Weblate (Persian)
Currently translated at 20.3% (82 of 403 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/fa/
2022-11-23 17:22:39 +01:00
master7
0ddca0034e Translated using Weblate (Polish)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/

Translated using Weblate (Polish)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/

Translated using Weblate (Polish)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/

Translated using Weblate (Polish)

Currently translated at 100.0% (418 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/

Translated using Weblate (Polish)

Currently translated at 100.0% (418 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/

Translated using Weblate (Polish)

Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/

Translated using Weblate (Polish)

Currently translated at 100.0% (403 of 403 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/
2022-11-23 17:22:39 +01:00
José Vítor Cruz de Souza
37cc31ad90 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (418 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 52.3% (211 of 403 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pt_BR/
2022-11-23 17:22:39 +01:00
Kaya Zeren
7047708103 Translated using Weblate (Turkish)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/tr/

Translated using Weblate (Turkish)

Currently translated at 100.0% (421 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/tr/

Translated using Weblate (Turkish)

Currently translated at 100.0% (418 of 418 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/tr/

Translated using Weblate (Turkish)

Currently translated at 100.0% (403 of 403 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/tr/
2022-11-23 17:22:38 +01:00
Benoit Podwinski
0459407eb1 Translated using Weblate (French)
Currently translated at 95.5% (404 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/fr/

Translated using Weblate (French)

Currently translated at 95.2% (401 of 421 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/fr/

Translated using Weblate (French)

Currently translated at 99.0% (399 of 403 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/fr/

Translated using Weblate (French)

Currently translated at 99.0% (398 of 402 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/fr/
2022-11-23 17:22:38 +01:00
Asaad Mahmood
9ab0291cb7
Updating board template picker ui (#4209)
* Updating board template picker ui

* Updating UI

* Updating UI

* Updating UI

* Updating modal

* Updating css

* Updating new template screen

* Updating css

* Updating css

* Updating padding
2022-11-23 21:22:28 +05:00
Intutit
2d31716d59 Translated using Weblate (Korean)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ko/
2022-11-21 12:07:11 +01:00