Skip to content

Commit

Permalink
Fix up wrong information
Browse files Browse the repository at this point in the history
- Neither Open BD nor ACF ever supported that function
- Update docs state that function was added and deprecated in that version but gives not much more information

For discussion see: foundeo#760
  • Loading branch information
shaedrich committed May 16, 2018
1 parent 9090f32 commit e92b352
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions data/en/getlocalelanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"description":"Gets the language from where the locale belongs to.",
"params": [],
"engines": {
"coldfusion": {"minimum_version":"", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-e-g/getlocaledisplayname.html"},
"lucee": {"minimum_version":"", "deprecated":"5", "notes":"Lucee5+ Deprecated in favor of getLocaleInfo()", "docs":"http://docs.lucee.org/reference/functions/getlocaledisplayname.html"},
"railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/function/getlocaledisplayname"},
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/getlocaledisplayname"}
"lucee": {"minimum_version":"", "added": "5.0", "deprecated":"5.0", "notes":"Lucee5+ Deprecated in favor of getLocaleInfo()", "docs":"http://docs.lucee.org/reference/functions/getlocaledisplayname.html"},
},
"links": [],
"examples": [{
Expand Down

0 comments on commit e92b352

Please sign in to comment.