Add languages::english::EnglishAbbreviated#37
Conversation
|
Maybe this mode should also be documented in the |
|
TBH I'm not sure if this belongs in the library (I can imagine people wanting week to be |
This adds a new `EnglishAbbreviated` `Language` which takes advantage of the additional `Language` methods introduced in vi#36 in order to produce more compact output. I'm not sure this feature is appropriate for this library (none of the other `Language`s encode stylistic opinions like this), but I wanted to demonstrate the usage of the features.
19cbb10 to
84b113e
Compare
|
The library's development is mostly driven by external contributions. If you need that function in your app and want to depend on There is already super-short format in Question whether to do it as a pseudo-language or invent some other API is open. Maybe for the reasons of pragmatism/simplicity abbreviated forms can be kept as pseudo-languages when their number is small (e.g. for in this pull request, it is English-only). If somebody else contributes more abbreviated languages, we can introduce an API change (and keep |
|
Note that you may want to add something to |
This adds a new
EnglishAbbreviatedLanguagewhich takes advantage of theadditional
Languagemethods introduced in#36 in order to produce more compact
output.
I'm not sure this feature is appropriate for this library (none of the
other
Languages encode stylistic opinions like this), but I wanted todemonstrate the usage of the features.