Skip to content

Commit

Permalink
FR/US: add CPI-U and Insee values for 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
corenting committed Jan 20, 2021
1 parent 660b3c1 commit 240467c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/raw/fr_values.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2020;104.73
2019;104.23
2018;103.09
2017;101.22
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/raw/us_values.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2020;258.811
2019;255.657
2018;251.07
2017;245.120
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<string name="dollars">dollars</string>
<string name="currency">Devise</string>
<string name="no_amount_entered">Aucun montant entré</string>
<string name="usa_currencies">Dollars US (USD)</string>
<string name="france_currencies">Francs et Euros (FRF et EUR)</string>
<string name="usa_currencies">Dollars US (USA)</string>
<string name="france_currencies">Euros et Francs (France)</string>

</resources>
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<string name="oldFrancs">old francs</string>
<string name="dollars">dollars</string>
<string name="currency">Currency</string>
<string name="france_currencies">Francs and Euros (FRF and EUR)</string>
<string name="usa_currencies">US dollars (USD)</string>
<string name="france_currencies">Euros and Francs (France)</string>
<string name="usa_currencies">US Dollars (USA)</string>
<string name="no_amount_entered">No amount entered</string>
</resources>

0 comments on commit 240467c

Please sign in to comment.