languages
Bg
¶
Bases: Language
Bulgarian
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
Bs
¶
Bases: Language
Bosnian
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
Cs
¶
Bases: Language
Czech
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
De
¶
Bases: Language
German
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
En
¶
Bases: Language
English
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
Es
¶
Bases: Language
Spanish
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
Fi
¶
Bases: Language
Finnish
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
Fr
¶
Bases: Language
French
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
Hi
¶
Bases: Language
Hindi
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
It
¶
Bases: Language
Italian
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
Ja
¶
Bases: Language
Japanese
New in Robot Framework 7.0.1.
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
Ko
¶
Bases: Language
Korean
New in Robot Framework 7.1.
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
Language
¶
Base class for language definitions.
New translations can be added by extending this class and setting class attributes listed below.
Language :attr:code
is got based on the class name and :attr:name
based on the docstring.
Source code in src/robot/conf/languages.py
170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 |
|
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
Languages
¶
Stores languages and unifies translations.
Example::
1 2 3 4 5 |
|
Source code in src/robot/conf/languages.py
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 |
|
__init__(languages=(), add_english=True)
¶
:param languages: Initial language or list of languages.
Languages can be given as language codes or names, paths or names of
language modules to load, or as :class:Language
instances.
:param add_english: If True, English is added automatically.
:raises: :class:~robot.errors.DataError
if a given language is not found.
:meth:add_language
can be used to add languages after initialization.
Source code in src/robot/conf/languages.py
add_language(lang)
¶
Add new language.
:param lang: Language to add. Can be a language code or name, name or
path of a language module to load, or a :class:Language
instance.
:raises: :class:~robot.errors.DataError
if the language is not found.
Language codes and names are passed to by :meth:Language.from_name
.
Language modules are imported and :class:Language
subclasses in them
loaded.
Source code in src/robot/conf/languages.py
reset(languages=(), add_english=True)
¶
Nl
¶
Bases: Language
Dutch
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
Pl
¶
Bases: Language
Polish
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
Pt
¶
Bases: Language
Portuguese
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
PtBr
¶
Bases: Language
Brazilian Portuguese
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
Ro
¶
Bases: Language
Romanian
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
Ru
¶
Bases: Language
Russian
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
Sv
¶
Bases: Language
Swedish
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
Th
¶
Bases: Language
Thai
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
Tr
¶
Bases: Language
Turkish
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
Uk
¶
Bases: Language
Ukrainian
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
Vi
¶
Bases: Language
Vietnamese
New in Robot Framework 6.1.
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
ZhCn
¶
Bases: Language
Chinese Simplified
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
ZhTw
¶
Bases: Language
Chinese Traditional
Source code in src/robot/conf/languages.py
code()
¶
Language code like 'fi' or 'pt-BR'.
Got based on the class name. If the class name is two characters (or less), the code is just the name in lower case. If it is longer, a hyphen is added and the remainder of the class name is upper-cased.
This special property can be accessed also directly from the class.
Source code in src/robot/conf/languages.py
from_name(name)
classmethod
¶
Return language class based on given name
.
Name can either be a language name (e.g. 'Finnish' or 'Brazilian Portuguese') or a language code (e.g. 'fi' or 'pt-BR'). Matching is case and space insensitive and the hyphen is ignored when matching language codes.
Raises ValueError
if no matching language is found.
Source code in src/robot/conf/languages.py
name()
¶
Language name like 'Finnish' or 'Brazilian Portuguese'.
Got from the first line of the class docstring.
This special property can be accessed also directly from the class.