Skip to content
#

formatting

Here are 365 public repositories matching this topic...

untier
untier commented Oct 11, 2018

I cannot succeed setting the language in numbro, with language.min.js included. I'm using the CDN-include. What am I doing wrong?

HTML

<div id="number"></div>

JS

numbro.setLanguage("de-DE");
var number = numbro("1111111111").format({thousandSeparated: true});
document.getElementById("number").innerHTML = number;

The result should read

patsevanton
patsevanton commented May 16, 2017

May be add 4 space after proxy_set_header for improve readability?
Before

    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-Host $host;
    proxy_set_header X-Forwarded-Server $host;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header X-Real-IP $remote_addr;

After

    proxy_set_he

Improve this page

Add a description, image, and links to the formatting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the formatting topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.