diff options
| author | 2023-11-17 11:35:28 +0100 | |
|---|---|---|
| committer | 2023-11-17 11:35:28 +0100 | |
| commit | fc02d3c6f7db5a7794448f31fd9d6d81d3d224eb (patch) | |
| tree | f792f799abadf784e493933af597d8f2292ab776 /vendor/golang.org/x/text/secure/bidirule | |
| parent | [bugfix] process account delete side effects in serial, not in parallel (#2360) (diff) | |
| download | gotosocial-fc02d3c6f7db5a7794448f31fd9d6d81d3d224eb.tar.xz | |
[feature] Set/show instance language(s); show post language on frontend (#2362)
* update go text, include text/display
* [feature] Set instance langs, show post lang on frontend
* go fmt
* WebGet
* set language for whole article, don't use FA icon
* mention instance languages + other optional config vars
* little tweak
* put languages in config properly
* warn log language parse
* change some naming around
* tidy up validate a bit
* lint
* rename LanguageTmpl in template
Diffstat (limited to 'vendor/golang.org/x/text/secure/bidirule')
| -rw-r--r-- | vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go | 1 | ||||
| -rw-r--r-- | vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go | 1 | 
2 files changed, 0 insertions, 2 deletions
| diff --git a/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go b/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go index 8a7392c4a..784bb8808 100644 --- a/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go +++ b/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go @@ -3,7 +3,6 @@  // license that can be found in the LICENSE file.  //go:build go1.10 -// +build go1.10  package bidirule diff --git a/vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go b/vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go index bb0a92001..8e1e94395 100644 --- a/vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go +++ b/vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go @@ -3,7 +3,6 @@  // license that can be found in the LICENSE file.  //go:build !go1.10 -// +build !go1.10  package bidirule | 
