Skip to content

Commit

Permalink
Bump main page to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jan 24, 2024
1 parent fa8703e commit 6092da2
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 1 deletion.
7 changes: 7 additions & 0 deletions projects/budgetkey/src/assets/themes/theme.budgetkey.am.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,13 @@
"display": "כל שנות התקציב",
"id": "all"
},
{
"display": "2024",
"filters": {
"year": 2024
},
"id": "2024"
},
{
"display": "2023",
"filters": {
Expand Down
7 changes: 7 additions & 0 deletions projects/budgetkey/src/assets/themes/theme.budgetkey.ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,13 @@
"display": "كل سنوات الميزانية",
"id": "all"
},
{
"display": "2024",
"filters": {
"year": 2024
},
"id": "2024"
},
{
"display": "2023",
"filters": {
Expand Down
7 changes: 7 additions & 0 deletions projects/budgetkey/src/assets/themes/theme.budgetkey.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,13 @@
"display": "All Years",
"id": "all"
},
{
"display": "2024",
"filters": {
"year": 2024
},
"id": "2024"
},
{
"display": "2023",
"filters": {
Expand Down
7 changes: 7 additions & 0 deletions projects/budgetkey/src/assets/themes/theme.budgetkey.he.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,13 @@
"display": "כל שנות התקציב",
"id": "all"
},
{
"display": "2024",
"filters": {
"year": 2024
},
"id": "2024"
},
{
"display": "2023",
"filters": {
Expand Down
7 changes: 7 additions & 0 deletions projects/budgetkey/src/assets/themes/theme.budgetkey.ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,13 @@
"display": "כל שנות התקציב",
"id": "all"
},
{
"display": "2024",
"filters": {
"year": 2024
},
"id": "2024"
},
{
"display": "2023",
"filters": {
Expand Down
7 changes: 7 additions & 0 deletions themes/theme.budgetkey.he.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,13 @@
"id": "all",
"display": "כל שנות התקציב"
},
{
"id": "2024",
"display": "2024",
"filters": {
"year": 2024
}
},
{
"id": "2023",
"display": "2023",
Expand Down
2 changes: 1 addition & 1 deletion utils/mk_bubbles.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import fetch from 'node-fetch';

const API_URL = 'https://next.obudget.org/api/query?query=';
const DOC_URL = 'https://next.obudget.org/get/';
const YEAR = 2023;
const YEAR = 2024;
const PROPOSAL_YEAR = 2025;
const BUDGET_CODE = '0020670142';

Expand Down

0 comments on commit 6092da2

Please sign in to comment.