Commit Graph

347 Commits

Author SHA1 Message Date
Toby Zerner
d3a48bf323 Merge pull request #15 from dcsjapan/badge-namespace
Add namespacing for badges
2015-10-21 18:11:24 +10:30
dcsjapan
017bb43d69 Add namespacing for badges
- Adds a `lib.badge` namespace to match extension handling.
2015-10-21 16:30:20 +09:00
dcsjapan
e2c9683827 Reorganize key names for Lock
See [flarum/core #265](https://github.com/flarum/core/issues/265).

- Adjusts key names to three-tier namespacing.
- Adds newly extracted strings.
- Adds commenting to match core.
2015-10-21 16:19:28 +09:00
Toby Zerner
b2cfbf4450 Merge pull request #13 from dcsjapan/extension-key-reorganization
Reorganize key names for Flags
2015-10-21 17:33:00 +10:30
dcsjapan
c1a670a0ee Reorganize key names for Flags
See flarum/core #265
- Adjusts key names to three-tier namespacing.
- Adds newly extracted strings.
- Adds commenting to match core.
2015-10-21 15:15:32 +09:00
Toby Zerner
429161c4fe Add translations for basic HTML interface 2015-10-21 11:37:46 +10:30
Toby Zerner
350248b6e9 Fix reference key name 2015-10-21 10:26:42 +10:30
Toby Zerner
5a050b30f0 Merge pull request #12 from dcsjapan/namepace-chunks
Group translation keys by sub-key instead of prefix
2015-10-21 10:13:39 +10:30
dcsjapan
664faa296c Additional changes to library keys
- Accommodates new error messages
- Changes the namespace for number abbreviations
2015-10-20 12:28:34 +09:00
dcsjapan
be172f5092 Group translation keys by sub-key instead of prefix
- Adds new sub-keys to replace key prefixes, and adjusts key names accordingly.
- Moves several button strings from `admin.permissions_` to `admin.permissions_controls`
- Merges `forum.settings_notify_` strings into `forum.settings`
- Rolls `forum.user_avatar_` strings into `forum.user`
- Moves the `user_deleted_text` to the `lib` namespace.
- Adds four other leftover strings to the `lib` namespace.
- Includes minor changes to formatting and comments.
2015-10-19 18:24:38 +09:00
Toby Zerner
a6ba05862f Merge pull request #11 from maelsoucaze/readme
Update translating instructions
2015-10-19 19:16:52 +10:30
Maël Soucaze
8dda2018f4 Update translating instructions 2015-10-19 10:43:14 +02:00
Toby Zerner
38ad35a47b Merge pull request #10 from maelsoucaze/comments
Comment the code (and add SVG LF support)
2015-10-19 19:08:04 +10:30
Toby Zerner
f78110370f Merge pull request #9 from maelsoucaze/valid-svg-1-1
Valid SVG 1.1 Markup
2015-10-19 19:03:13 +10:30
Toby Zerner
3c8c3258ec Merge pull request #8 from maelsoucaze/email-subjects
Use right email subjects
2015-10-19 19:02:42 +10:30
Maël Soucaze
f27d328c84 Comment the code 2015-10-19 10:30:16 +02:00
Maël Soucaze
1eaa2c5130 Valid SVG 1.1 Markup. 2015-10-19 10:20:05 +02:00
Maël Soucaze
d3c1097f86 Use right email subjects. 2015-10-19 10:11:40 +02:00
Toby Zerner
029c306bd0 Add email translations; namespace reused strings 2015-10-19 11:24:08 +10:30
Toby Zerner
1f5269d874 Namespace extension translations
Also update with the new plural syntax
2015-10-16 12:35:05 +10:30
Toby Zerner
e6ee0ebefa Add validation translations
These are the translations for Laravel's Validation component. They are in their own top-level namespace. Unlike the rest of Flarum's translations, the variables are marked by a :colon prefix rather than {curlies}.
2015-10-15 22:38:17 +10:30
Toby Zerner
eff26abc6a Switch to new plural format
Flarum is now powered by Symfony's Translation component, which has a more powerful pluralization system. The rules for all locales are included in core so they no longer need to be included per-language pack. See http://symfony.com/doc/current/components/translation/usage.html#pluralization to learn about the format.

closes #550
2015-10-15 22:37:00 +10:30
Toby Zerner
74f7c2a1db Fix typo in sign_up_log_in_text 2015-10-14 16:05:42 +10:30
Toby Zerner
14b97b8c15 Update icon, metadata 2015-10-12 15:00:25 +10:30
Toby Zerner
8458b59e78 Add translations for lib.series 2015-10-08 22:50:28 +10:30
Toby Zerner
6192901bc5 Simplify gitignore
No need to try and cover everything, people can add global gitignore rules if their OS is generating weird files.
2015-10-08 22:50:13 +10:30
Toby Zerner
4be8270c1a Update APIs 2015-10-07 23:07:44 +10:30
Toby Zerner
c98444382d Update icon API 2015-10-07 23:01:00 +10:30
Toby Zerner
e6d0454409 Merge pull request #7 from dcsjapan/core-strings
Update core YML with extracted strings
2015-10-07 22:57:14 +10:30
dcsjapan
89ab96ae15 Update core YML with extracted strings
See flarum/core#265
- Fixes namespacing of reorganized core keys (flarum/core#563)
- Includes strings for the admin interface (flarum/core#575)
- Includes a couple of leftover core strings (flarum/core#577)
2015-10-06 12:14:05 +09:00
Toby Zerner
766bdb3cbb Remove unnecessary information from composer.json 2015-10-03 17:37:04 +09:30
Toby Zerner
520d52a048 Update for composer branch, add svg icon 2015-10-03 16:25:17 +09:30
Toby Zerner
d2cb4c2d77 Add some bundled extension translations
But the key names are still yet to be redone.
2015-10-03 16:24:08 +09:30
Toby Zerner
e81c94961e Remove "go to email provider" translations
ref flarum/core#541
2015-09-29 15:20:02 +09:30
Toby Zerner
5136eaf497 Merge pull request #6 from maelsoucaze/standardization
Standardization
2015-09-26 08:50:53 +09:30
Toby Zerner
a642181230 Merge pull request #5 from maelsoucaze/gitkeep-removal
Remove the unecessary .gitkeep
2015-09-26 08:50:27 +09:30
Toby Zerner
18713e8dba Merge pull request #4 from maelsoucaze/fontawesome-icon
Change the Font Awesome icon
2015-09-26 08:50:12 +09:30
Toby Zerner
994d4f5997 Merge pull request #3 from maelsoucaze/license
Add a LICENSE file
2015-09-26 08:49:22 +09:30
Maël Soucaze
7048909284 Ignore junks files to be added
It includes common OS junk files, some common backup and log files and
ensure that .git is ignored.
2015-09-25 17:43:47 +02:00
Maël Soucaze
cd02134e09 Normalize line endings and export-ignore
Ensure to normalize line endings to Unix (LF) and exclude some extra
files which are uncessary to the extension itself when exporting an
archive.
2015-09-25 17:42:09 +02:00
Maël Soucaze
17375aafa1 Add .editorconfig for consistent coding styles 2015-09-25 17:39:33 +02:00
Maël Soucaze
c7b3dd9d6b Remove the unecessary .gitkeep
The ".gitkeep" file is unecessary because the "locale/" subdirectory is
now correctly tracked by Git due to its content.
2015-09-25 17:33:07 +02:00
Maël Soucaze
3b86c486b5 Change the Font Awesome icon
The "language" icon is better and more specific by default than the
"globe" icon, which can be used on many non-language extensions.
2015-09-25 17:28:14 +02:00
Maël Soucaze
2b55cfc78f Add a LICENSE file
Because the skeleton is using the MIT License, we should add the LICENSE
file. It will prevent translators to release the language extension
without a LICENSE file (MIT or not, they will be able to change that
file accoring to their choosen license). This will be explained in the
future L10n documentation.
2015-09-25 17:22:19 +02:00
Toby Zerner
38919ac72f Merge pull request #1 from Petrouchka/patch-1
Update README.md
2015-09-25 16:07:51 +09:30
Petrouchka
b64f19332b Update README.md 2015-09-25 08:35:08 +02:00
Toby Zerner
3d709b73d0 Initial commit 2015-09-25 15:37:00 +09:30