Switch to plurals for navbar labels
This commit is contained in:
parent
882fa52ae5
commit
ce07ae65b1
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
{% set pages = [
|
{% set pages = [
|
||||||
{"endpoint": "index", "label": "Home" },
|
{"endpoint": "index", "label": "Home" },
|
||||||
{"endpoint": "trip_future_list", "label": "Future trip" },
|
{"endpoint": "trip_future_list", "label": "Future trips" },
|
||||||
{"endpoint": "trip_past_list", "label": "Past trip" },
|
{"endpoint": "trip_past_list", "label": "Past trips" },
|
||||||
{"endpoint": "conference_list", "label": "Conference" },
|
{"endpoint": "conference_list", "label": "Conferences" },
|
||||||
{"endpoint": "past_conference_list", "label": "Past conference" },
|
{"endpoint": "past_conference_list", "label": "Past conferences" },
|
||||||
{"endpoint": "travel_list", "label": "Travel" },
|
{"endpoint": "travel_list", "label": "Travel" },
|
||||||
{"endpoint": "accommodation_list", "label": "Accommodation" },
|
{"endpoint": "accommodation_list", "label": "Accommodation" },
|
||||||
{"endpoint": "gaps_page", "label": "Gap" },
|
{"endpoint": "gaps_page", "label": "Gaps" },
|
||||||
{"endpoint": "weekends", "label": "Weekend" },
|
{"endpoint": "weekends", "label": "Weekends" },
|
||||||
{"endpoint": "launch_list", "label": "Space launch" },
|
{"endpoint": "launch_list", "label": "Space launches" },
|
||||||
{"endpoint": "holiday_list", "label": "Holiday" },
|
{"endpoint": "holiday_list", "label": "Holidays" },
|
||||||
] + ([{"endpoint": "birthday_list", "label": "Birthdays" }]
|
] + ([{"endpoint": "birthday_list", "label": "Birthdays" }]
|
||||||
if g.user.is_authenticated else [])
|
if g.user.is_authenticated else [])
|
||||||
%}
|
%}
|
||||||
|
|
Loading…
Reference in a new issue