forked from aiolabs/libra
Clean up awkward "the Libra" phrasing left over from rename
Replaces entity-sense references to "the Libra" with "the organization"/"the collective" where Libra was being used as a stand-in for the original "Castle" entity, and drops the redundant "(like cooperatives)" parenthetical in DOCUMENTATION.md. Also swaps the 🏰 emoji in the import helper for ⚖️. Closes #12 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c174cda48d
commit
b2b2c109a4
9 changed files with 22 additions and 22 deletions
|
|
@ -89,7 +89,7 @@ Your Beancount transactions must have an `Equity:<name>` account:
|
|||
```bash
|
||||
$ python import_beancount.py ledger.beancount
|
||||
======================================================================
|
||||
🏰 Beancount to Libra Import Script
|
||||
⚖️ Beancount to Libra Import Script
|
||||
======================================================================
|
||||
|
||||
📊 Loaded 15 daily rates from btc_eur_rates.csv
|
||||
|
|
|
|||
|
|
@ -653,7 +653,7 @@ if __name__ == "__main__":
|
|||
import sys
|
||||
|
||||
print("=" * 70)
|
||||
print("🏰 Beancount to Libra Import Script")
|
||||
print("⚖️ Beancount to Libra Import Script")
|
||||
print("=" * 70)
|
||||
|
||||
if len(sys.argv) < 2:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue