[i18n] Add polish (pl) translation
parent
1ea444fd38
commit
cd8e3160aa
|
@ -11,6 +11,8 @@
|
||||||
- Add custom videoconference system.
|
- Add custom videoconference system.
|
||||||
- Add support for comments in the Gitlab webhooks integration.
|
- Add support for comments in the Gitlab webhooks integration.
|
||||||
- Now profile timelines only show content about the objects (US/Tasks/Issues/Wiki pages) you are involved.
|
- Now profile timelines only show content about the objects (US/Tasks/Issues/Wiki pages) you are involved.
|
||||||
|
- i18n.
|
||||||
|
- Add polish (pl) translation.
|
||||||
|
|
||||||
### Misc
|
### Misc
|
||||||
- API: Mixin fields 'users', 'members' and 'memberships' in ProjectDetailSerializer
|
- API: Mixin fields 'users', 'members' and 'memberships' in ProjectDetailSerializer
|
||||||
|
|
|
@ -126,7 +126,7 @@ LANGUAGES = [
|
||||||
#("nn", "Norsk (nynorsk)"), # Norwegian Nynorsk
|
#("nn", "Norsk (nynorsk)"), # Norwegian Nynorsk
|
||||||
#("os", "Ирон æвзаг"), # Ossetic
|
#("os", "Ирон æвзаг"), # Ossetic
|
||||||
#("pa", "ਪੰਜਾਬੀ"), # Punjabi
|
#("pa", "ਪੰਜਾਬੀ"), # Punjabi
|
||||||
#("pl", "Polski"), # Polish
|
("pl", "Polski"), # Polish
|
||||||
#("pt", "Português (Portugal)"), # Portuguese
|
#("pt", "Português (Portugal)"), # Portuguese
|
||||||
#("pt-br", "Português (Brasil)"), # Brazilian Portuguese
|
#("pt-br", "Português (Brasil)"), # Brazilian Portuguese
|
||||||
#("ro", "Română"), # Romanian
|
#("ro", "Română"), # Romanian
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue