]> nos-oignons.net Git - website.git/commitdiff
Compatibilité des graphs Onionoo 6.2
authorjvoisin <julien.voisin@dustri.org>
Sat, 1 Sep 2018 15:54:08 +0000 (17:54 +0200)
committerjvoisin <julien.voisin@dustri.org>
Sat, 1 Sep 2018 15:54:08 +0000 (17:54 +0200)
Comme onionoo 6.2 change "3_months" en "6_months"
dans ses documents, on fait de même pour notre site.

Sauf erreur, ça devrait être la seule modification nécessaire.

assets/bw_graphs.js
assets/l10n.en.js
assets/l10n.fr.js
assets/weights_graphs.js

index ee51966becac0e526b26e4596b3ee91a48ac8e07..3efacbbb8559edad9e5352fe9abe3b5cc2e66f43 100644 (file)
@@ -38,7 +38,7 @@ BwDrawer.write_stack = d3.layout.stack()
 BwDrawer.onionoo_url = "https://onionoo.torproject.org/bandwidth?type=relay&contact=adminsys@nos-oignons.net";
 
 BwDrawer.periods = [
-    { id: "3_months", label: L10n.t_3_months },
+    { id: "6_months", label: L10n.t_6_months },
     { id: "1_year", label: L10n.t_1_year },
     { id: "5_years", label: L10n.t_5_years },
   ];
index a03d9bea8eb4995231c201fc67f2664dbe60fa04..cd788f4d2e41b977c17d93305edc2b3a44bf8948 100644 (file)
@@ -7,6 +7,6 @@ L10n.weights = "Weights and probabilites";
 L10n.nos_oignons = "Nos oignons";
 L10n.others = "Others";
 L10n.t_1_month = "1 month";
-L10n.t_3_months = "3 months";
+L10n.t_6_months = "6 months";
 L10n.t_1_year = "1 year";
 L10n.t_5_years = "5 years";
index d85a82ceaa15818d6c0d7a26bed21029906d5ffd..9fc4f5da85d6225e7279711bdf5f38ca50b4e95a 100644 (file)
@@ -7,6 +7,6 @@ L10n.weights = "Poids et probabilités";
 L10n.nos_oignons = "Nos oignons";
 L10n.others = "Autres";
 L10n.t_1_month = "1 mois";
-L10n.t_3_months = "3 mois";
+L10n.t_6_months = "6 mois";
 L10n.t_1_year = "1 an";
 L10n.t_5_years = "5 ans";
index 943111ff64bbdcc326afb57efccdf6bc8b4c48bf..1b949c59da95d2db9e2c83d429419c5e6fb17ff2 100644 (file)
@@ -41,7 +41,7 @@ WeightsDrawer.onionoo_url = "https://onionoo.torproject.org/weights?type=relay&c
 
 WeightsDrawer.periods = [
     { id: "1_month", label: L10n.t_1_month },
-    { id: "3_months", label: L10n.t_3_months },
+    { id: "6_months", label: L10n.t_6_months },
     { id: "1_year", label: L10n.t_1_year },
     { id: "5_years", label: L10n.t_5_years },
   ];