Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentors #422

Merged
merged 11 commits into from
Nov 21, 2023
Merged

Documentors #422

merged 11 commits into from
Nov 21, 2023

Conversation

bbannon
Copy link
Contributor

@bbannon bbannon commented Sep 26, 2023

Remove a few lines that are no longer used.
A little re-formatting.

Comment on lines +190 to +199
# $trans{ 'charset' } = '=' if ( !defined( $trans{ 'charset' } ) );
# $trans{ 'direction' } = '=' if ( !defined( $trans{ 'direction' } ) );
# $trans{ '__mm__/__dd__/__yyyy__' } = '='
# if ( !defined( $trans{ '__mm__/__dd__/__yyyy__' } ) );
# $trans{ '__month__ __dd__' } = '='
# if ( !defined( $trans{ '__month__ __dd__' } ) );
# $trans{ '__month__ __dd__, __yyyy__' } = '='
# if ( !defined( $trans{ '__month__ __dd__, __yyyy__' } ) );
# $trans{ '__month__ __yyyy__' } = '='
# if ( !defined( $trans{ '__month__ __yyyy__' } ) );
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we commenting this out? I thought it served a purpose at some point, but I don't know if it still does...

@bbannon
Copy link
Contributor Author

bbannon commented Sep 27, 2023 via email

@craigk5n craigk5n merged commit 6337943 into craigk5n:master Nov 21, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants