DigiByte-Core / DigiByte.org

DigiByte.org website
https://digibyte.org
MIT License
12 stars 20 forks source link

What makes DigiByte stronger than others? #78

Closed DGBNOOB closed 8 months ago

DGBNOOB commented 8 months ago

Change to Since 2014,

Instead of "After 9 years of forward thinking development" change to "Since 2014," to avoid having to update every year.

DennisPitallano commented 8 months ago

We can create a simple JavaScript function that calculates the year difference from 2014 to the current year and appends this value to the paragraph. This way, we won't need to manually translate "Since 2014" into all available languages. Instead, only the computed value will need updating. This will automatically adjust every year.

For example:

2023: "After 9 years of forward-thinking development" 2024: "After 10 years of forward-thinking development" 2025: "After 11 years of forward-thinking development" The same applies to other languages:

2023: "Nou na 9 jaar se toekomsgerigte ontwikkeling" 2024: "Nou na 10 jaar se toekomsgerigte ontwikkeling" 2025: "Nou na 11 jaar se toekomsgerigte ontwikkeling"

We can also adjust the footer section "About DigiByte" with the same paragraph to include this automatic year difference computation.

image

DGBNOOB commented 8 months ago

Thank you @DennisPitallano

I am going to go through again to identify issues that need to be addressed. I raised most of these issue, let me know if you have any questions on some of the recommendations I've made.

Thank you.

DGBNOOB commented 8 months ago

@DennisPitallano this is excellent