1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 12:32:42 +00:00

Moving files around for better support for translations

/gdb is now /en
/gdb/es is now /es
This commit is contained in:
Jocelyn Badgley (Twipped)
2021-08-11 13:13:05 -07:00
parent d8ccc411d7
commit ac51aa04d9
112 changed files with 2422 additions and 2180 deletions

View File

@@ -78,7 +78,7 @@ def overwrite_navbar(pages, start):
create_navbar(pages, start, file=new)
if not found:
new.write(line)
if '="/gdb/"' in line:
if '="/en/"' in line:
found = True
os.rename(new_name, old_name)