Skip to content

Commit

Permalink
version 0.1.1 (#3)
Browse files Browse the repository at this point in the history
* initial checkout

* correct name of main folder

* add overview diagram

* correct null filereader class

* update diagram. clean up

* fix typo

* isolate version number

* add support for bracketing the placeholders. that way, we can learn what values in the message is dynamic.

* add support to message resources where the value is a message or the value is an object containing a message.

* call pseudo_loc.main now

* move __version__ to here

* move __version__ to __init__.py

* fix line spacing

* placeholder for unit test

* add starter unit tests

* add different bracket to wrap around any placeholders in the message

* add logging in place of print statements

* added dotted box around source content

* removed

* update to show switch for enabling padding

* add switch to enable padding. padding disabled, by default.

* move localizer code to pseudo/lib

* move localizer code to pseudo/lib

* test default localizer

* disable/remove print statements

* change inner brackets to MATH SINGLE ANGLE (LEFT and RIGHT)

* remove/disable print statements

* updated intro

* refactor build_file_path. rename to derive_output_target.
during file processing time, before output file is written, make the output folder as needed.

* refactor Localizer class to use the python decorators

* make derive_output_target generic, not app-specific

* add function to customize output_target for the application

* call customize output_target for the application

* move string decorators out of the Localizer class

* update to use same files as in the message_lint project repo.

* update to exclude id of message that exists

* update patch number to ".1"
  • Loading branch information
ehom authored Feb 8, 2023
1 parent a461673 commit 9109415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pseudo_loc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from pseudo_loc.main import main

__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 9109415

Please sign in to comment.