diff options
author | EuAndreh <eu@euandre.org> | 2020-11-14 11:03:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-11-14 11:11:12 -0300 |
commit | 9e1e7783b385b670bec774cbad604fbf4581d079 (patch) | |
tree | b2e27ebf3d7d2ae36a2c795a09ff617e47bea8f2 /locale/fr/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po | |
parent | Indent code of plaintext generator (diff) | |
download | euandre.org-9e1e7783b385b670bec774cbad604fbf4581d079.tar.gz euandre.org-9e1e7783b385b670bec774cbad604fbf4581d079.tar.xz |
Use "eu_categories" frontmatter attribute
Jekyll treats names like "category" and "categories" differently, so I chose to
name it "eu_categories" in order to avoid inheriting the special treatment, and
have full control of what a category means and how it behaves.
The _includes/category.html was changed to reflect that, with an extra coupled
change that makes it not specific to articles, but any collection type.
Diffstat (limited to 'locale/fr/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po')
-rw-r--r-- | locale/fr/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/locale/fr/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po b/locale/fr/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po index e8f3d6e..cfee5dc 100644 --- a/locale/fr/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po +++ b/locale/fr/LC_MESSAGES/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.po @@ -3,15 +3,6 @@ msgid "" msgstr "" msgid "" -"title: \"cargo2nix: Dramatically simpler Rust in Nix\"\n" -"date: 2020-10-05 2\n" -"layout: post\n" -"lang: en\n" -"ref: cargo2nix-dramatically-simpler-rust-in-nix\n" -"category: mediator" -msgstr "" - -msgid "" "In the same vein of my earlier post on [swift2nix]({% link " "_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md %}), I was " "able to quickly prototype a Rust and Cargo variation of it: " @@ -89,3 +80,21 @@ msgid "" "cd cargo2nix-demo/\n" "nix-build\n" msgstr "" + +msgid "" +"title: \"cargo2nix: Dramatically simpler Rust in Nix\"\n" +"date: 2020-10-05 2\n" +"layout: post\n" +"lang: en\n" +"ref: cargo2nix-dramatically-simpler-rust-in-nix\n" +"eu_categories: mediator" +msgstr "" + +#~ msgid "" +#~ "title: \"cargo2nix: Dramatically simpler Rust in Nix\"\n" +#~ "date: 2020-10-05 2\n" +#~ "layout: post\n" +#~ "lang: en\n" +#~ "ref: cargo2nix-dramatically-simpler-rust-in-nix\n" +#~ "category: mediator" +#~ msgstr "" |