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

Banjofox/i18n starter #309

Merged
merged 34 commits into from
Aug 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d18db42
Uploading SVG of the Aardwolf-Social banner
BanjoFox Aug 11, 2023
040b4f0
Adding another copy of the GitHub Readme banner
BanjoFox Aug 11, 2023
c624014
Initial commit - Implementin rust_i18n crate - Starting with direct i…
BanjoFox Aug 4, 2023
c788952
Trying out some t! macro use with Checking [en] and generating untran…
BanjoFox Aug 8, 2023
ac99bee
Fix Cargo.tomls x'D
BanjoFox Aug 8, 2023
83e30d5
Do some more testing, send help.
BanjoFox Aug 8, 2023
0f730fb
Fix compiler warnings in src/lib.rs
maddiebaka Aug 8, 2023
6ec5112
Use parsed_args.config instead of env::var
maddiebaka Aug 12, 2023
167ca40
Add properly named SVGs.
BanjoFox Aug 12, 2023
2adb0a9
Add dark version of square icon
maddiebaka Aug 15, 2023
913e73c
Banjofox/fix posgres15 document (#305)
BanjoFox Aug 20, 2023
534f42e
Moving Docker files to their own folder.
BanjoFox Jul 28, 2023
1d1ece4
Update dockerfiles to 'latest'. Add postgres.
BanjoFox Aug 10, 2023
a2c5498
Trying out some t! macro use with Checking [en] and generating untran…
BanjoFox Aug 8, 2023
235d6dd
Do some more testing, send help.
BanjoFox Aug 8, 2023
94d926e
Initial commit
BanjoFox Aug 26, 2023
5a80446
Add homepage screenshot
BanjoFox Aug 27, 2023
385d650
Big blob of changes.
BanjoFox Aug 26, 2023
f3dd3e0
Fill out MVP ROADMAP better.
BanjoFox Aug 26, 2023
be22732
fixup! Fill out MVP ROADMAP better.
BanjoFox Aug 26, 2023
a545e6d
fixup! Fill out MVP ROADMAP better.
BanjoFox Aug 26, 2023
44fe082
fixup! Add homepage screenshot
BanjoFox Aug 27, 2023
3cc2dcd
fixup! Add homepage screenshot
BanjoFox Aug 27, 2023
ed1fe78
ROADMAP - Convert bulleted list to checkboxes
BanjoFox Aug 27, 2023
f623789
Add aardwolf workflow, delete postgres, and travis
BanjoFox Aug 21, 2023
45d0459
Remove 'diesel setup' which breaks on Linux/Mac
BanjoFox Aug 22, 2023
f3bc9e7
Replace original test with new AI-based test.
BanjoFox Aug 22, 2023
5cc6b57
Split Build, and Test workflows
BanjoFox Aug 22, 2023
07d2ac5
Try to make workflows dependant
BanjoFox Aug 22, 2023
2222907
Update syntax, simplify job names
BanjoFox Aug 22, 2023
11096a2
Add context to make this trigger on originating branch(es)
BanjoFox Aug 23, 2023
a50ea98
Added dependency caching to improve performance.
BanjoFox Aug 23, 2023
4ea78ef
Minor updates. cargo build --release is broken
BanjoFox Aug 27, 2023
3b97022
Merge branch 'main' into banjofox/i18n_starter
BanjoFox Aug 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .vscode/i18n-ally-custom-framework.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
languageIds:
- rust

usageMatchRegex:
- "[^\\w\\d]t!\\([\\s\\n\\r]*['\"]({key})['\"]"

monopoly: true
Loading
Loading