Home
last modified time | relevance | path

Searched defs:TrN (Results 1 – 3 of 3) sorted by relevance

/dports/www/gitea/gitea-1.16.5/modules/translation/
H A Dtranslation.go23 TrN(cnt interface{}, key1, keyN string, args ...interface{}) string methodSpec
151 func (l *locale) TrN(cnt interface{}, key1, keyN string, args ...interface{}) string { func
/dports/www/gitea/gitea-1.16.5/modules/csv/
H A Dcsv_test.go560 func (l mockLocale) TrN(_cnt interface{}, key1, _keyN string, _args ...interface{}) string { func
/dports/www/gitea/gitea-1.16.5/modules/test/
H A Dcontext_tests.go106 func (l mockLocale) TrN(_cnt interface{}, key1, _keyN string, _args ...interface{}) string { func