diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2021-02-27 18:48:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-27 18:48:10 +0800 |
commit | 509a392272a2ba2bde9d64bf5a55a58d0eadccc4 (patch) | |
tree | 78dbf7c703158681d3180893aaffda91358fbb83 /CHANGELOG.md | |
parent | af6510fd17c5cf3d31518dc412bc173e04ec25a1 (diff) |
locale: sync from Crowdin (#6510)
* locale: sync from Crowdin
* Fix tests
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4286c214..7a56cb91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to Gogs are documented in this file. - An unlisted option is added when create or migrate a repository. Unlisted repositories are public but not being listed for users without direct access in the UI. [#5733](https://github.com/gogs/gogs/issues/5733) - New configuration option `[git.timeout] DIFF` for customizing operation timeout of `git diff`. [#6315](https://github.com/gogs/gogs/issues/6315) - New configuration option `[server] SSH_SERVER_MACS` for setting list of accepted MACs for connections to builtin SSH server. [#6434](https://github.com/gogs/gogs/issues/6434) +- New languages support: Mongolian. [#6510](https://github.com/gogs/gogs/pull/6510) ### Changed |