You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "Stories" module, I made the following changes:
I improved the root class a lot, making it more organized and beautiful.
I moved some folders and files, renamed and removed some folders and files too.
And I also renamed all the story folders to their title in the user's language, in this case, Portuguese.
I created the new file "Authors.json" in the stories database folder.
To contain the JSON dictionary of story authors.
I also moved the "Stories.json" and "Stories list.txt" files to the stories root folder.
Previously, these files were in the database folder.
Now the titles of the stories in the "Stories list" file are in the user's language (in Portuguese).
And now the story dictionaries are on the "Dictionary" key instead of being thrown into the root JSON dictionary.
I removed unnecessary parts and organized the part of the code that generates the story dictionaries.
I changed the order of the story dictionary keys to be more organized.
Now all stories have a "Story.json" file with the story information dictionary.
0 commit comments