You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Tait Hoyem a089d6f3bb
Update REAMDE.md
1 year ago
migrations Add tests for languages, use lowercase country designation 1 year ago
src Help clippy 1 year ago
templates Add code link 1 year ago
translations Add localized URLs; will expand in the future 1 year ago
.env Update migrations, move translations from xml to JSON 1 year ago
.gitignore Initial commit; this should have been done way earlier 1 year ago
Cargo.lock Update i18n to use fluent instead of rust_i18n 1 year ago
Cargo.toml Update i18n to use fluent instead of rust_i18n 1 year ago
README.md Update REAMDE.md 1 year ago
create_db_and_user.sql Add create db sql 1 year ago
i18n.toml Update i18n to use fluent instead of rust_i18n 1 year ago

README.md

IBIHF Statistics System

This is a stats system related to the International Blind Ice Hockey Federation, and their stats website can be found live at stats.ibihf.org.

Database Inforamtion

All migrations can be applied in order of the UNIX timestamp identifier before the name of the migrations. These *.sql files are valid for the Postgres database.

Translations

All translation files can be found in translations/*/*.ftl; the folder names are the locale, so fr-CA or en-CA; the file is just a way to organize a few major categories of internationalized strings.