Created
September 27, 2020 23:24
-
-
Save salaros/d9887210d66059f9dc1f27dc80eadf34 to your computer and use it in GitHub Desktop.
.po gettext boilerplate file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
msgid "" | |
msgstr "" | |
"MIME-Version: 1.0" | |
"Content-Type: text/plain; charset=UTF-8" | |
"Content-Transfer-Encoding: 8bit" | |
"Plural-Forms: nplurals=2; plural=(n != 1);" | |
"Language: en_US" | |
msgctxt "TheAdmin.Views.Layout" | |
msgid "1 book" | |
msgid_plural "{0} books" | |
msgstr[0] "[1 livre]" | |
msgstr[1] "[{0} livres]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment