diff options
| author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-07-13 23:52:33 +0200 | 
|---|---|---|
| committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-07-13 23:52:33 +0200 | 
| commit | 7308e88d83fa62df9185588adfa75f71c9ebbf62 (patch) | |
| tree | f48eca978800ea20e01703bbc939edcf049642f9 | |
| parent | 8e45b34697a002c9e40db0014ba9bae1f130b809 (diff) | |
| download | Ishtar-7308e88d83fa62df9185588adfa75f71c9ebbf62.tar.bz2 Ishtar-7308e88d83fa62df9185588adfa75f71c9ebbf62.zip | |
Fixtures: accents on capitals
| -rw-r--r-- | archaeological_operations/fixtures/initial_data-fr.json | 14 | ||||
| -rw-r--r-- | archaeological_operations/fixtures/periods-fr.json | 8 | 
2 files changed, 11 insertions, 11 deletions
| diff --git a/archaeological_operations/fixtures/initial_data-fr.json b/archaeological_operations/fixtures/initial_data-fr.json index dc70160db..03d331789 100644 --- a/archaeological_operations/fixtures/initial_data-fr.json +++ b/archaeological_operations/fixtures/initial_data-fr.json @@ -764,7 +764,7 @@              "parent": 39,               "end_date": 0,               "order": 2,  -            "label": "Epoque archa\u00efque",  +            "label": "\u00c9poque archa\u00efque",               "start_date": 0,               "txt_idx": "archaic_epoc"          } @@ -792,7 +792,7 @@              "parent": 39,               "end_date": 0,               "order": 4,  -            "label": "Epoque classique",  +            "label": "\u00c9poque classique",               "start_date": 0,               "txt_idx": "classic_epoc"          } @@ -806,7 +806,7 @@              "parent": 39,               "end_date": 0,               "order": 5,  -            "label": "Epoque hell\u00e9nistique",  +            "label": "\u00c9poque hell\u00e9nistique",               "start_date": 0,               "txt_idx": "hellen_epoc"          } @@ -834,7 +834,7 @@              "parent": null,               "end_date": 0,               "order": 1000,  -            "label": "Epoque ind\u00e9termin\u00e9e",  +            "label": "\u00c9poque ind\u00e9termin\u00e9e",               "start_date": 0,               "txt_idx": "indetermined"          } @@ -862,7 +862,7 @@              "parent": 31,               "end_date": 2016,               "order": 2800,  -            "label": "Epoque contemporaine",  +            "label": "\u00c9poque contemporaine",               "start_date": 1815,               "txt_idx": "contemporan"          } @@ -876,7 +876,7 @@              "parent": 31,               "end_date": 1815,               "order": 2900,  -            "label": "Epoque moderne",  +            "label": "\u00c9poque moderne",               "start_date": 1492,               "txt_idx": "modern"          } @@ -1484,4 +1484,4 @@              "label": "Re\u00e7us, un rapport d\u00e9pouill\u00e9, un autre non d\u00e9pouill\u00e9"          }      } -]
\ No newline at end of file +] diff --git a/archaeological_operations/fixtures/periods-fr.json b/archaeological_operations/fixtures/periods-fr.json index edb6401ff..1346cfbba 100644 --- a/archaeological_operations/fixtures/periods-fr.json +++ b/archaeological_operations/fixtures/periods-fr.json @@ -22,7 +22,7 @@              "parent": null,              "end_date": 0,              "order": 1000, -            "label": "Epoque ind\u00e9termin\u00e9e", +            "label": "\u00c9poque ind\u00e9termin\u00e9e",              "start_date": 0,              "txt_idx": "indetermined"          } @@ -50,7 +50,7 @@              "parent": 31,              "end_date": 2011,              "order": 2800, -            "label": "Epoque contemporaine", +            "label": "\u00c9poque contemporaine",              "start_date": 1815,              "txt_idx": "contemporan"          } @@ -64,7 +64,7 @@              "parent": 31,              "end_date": 1815,              "order": 2900, -            "label": "Epoque moderne", +            "label": "\u00c9poque moderne",              "start_date": 1492,              "txt_idx": "modern"          } @@ -489,4 +489,4 @@              "txt_idx": "ancien_paleolithic"          }      } -]
\ No newline at end of file +] | 
