Text returns a translated string by key. It should be used for messages, captions, v1/v2 keys, etc. Do NOT pass condition codes here.
(lang, key string)
| 15 | // It should be used for messages, captions, v1/v2 keys, etc. |
| 16 | // Do NOT pass condition codes here. |
| 17 | Text(lang, key string) string |
| 18 | |
| 19 | // Condition returns translated weather condition by numeric code. |
| 20 | Condition(lang string, code int) string |
no outgoing calls
no test coverage detected