PHP - Vietnamese Language Pack Extension for Flarum
Note: This post is over 11 years old. The information may be outdated.
Flarum is the next-generation forum software that makes online discussion fun. It's simple, fast, and free.
Vietnamese Extension for Flarum
Building for Flarum 0.1.0-beta.2
To set up your Flarum forum with a fully working vietnamese language, please follow this procedure:
- Download Vietnamese Language Extension and unpack it on your machine.
- Navigate to the extensions/ directory of your Flarum installation.
- Upload everything in the folder you unpacked into extensions/vietnamese/.
- Go to Extensions page of the Admin interface and enable the extension.
- If you want to set this language as the default for your forum, you can do so on the Basics page.
Source code at Github: https://github.com/duyet/flarum-vietnamese-extension
How to contribute
- Fork the project on Github
- Create a topic branch for your changes
- Ensure that you provide documentation and test coverage for your changes (patches won’t be accepted without)
- Create a pull request on Github (these are also a great place to start a conversation around a patch as early as possible)
Related Posts
PHP - Có gì mới trong PHP 7
Phiên bản stable PHP hiện nay đang được sử dụng là phiên bản PHP 5.6. Sau một số tranh luận thì nhóm phát triển đã quyết định họ sẽ bỏ qua tên phiên bản PHP 6. PHP 6 đã tồn tại trong quá khứ như một dự án thử nghiệm, nhưng vì lý do nào đó chưa hoàn chỉnh.
PHP - Cài đặt APC (Alternative PHP Cache) cho XAMPP trên Linux
Hướng dẫn cài đặt APC (Alternative PHP Cache) cho XAMPP trên Linux
PHP - Tổng quan về Web và thiết lập môi trường để lập trình PHP
Hơn 70% website hiện tại trên thế giới phát triển trên nền ngôn ngữ PHP là minh chứng cụ thể cho thấy đây là một ngôn ngữ mạnh mẽ, phổ biến, dễ sử dụng để phát triển Web trong thời điểm hiện tại. Có thể kể đến một số website hiện tại đang sử dụng PHP là ngôn ngữ nền tảng như Facebook, Wikipedia, Yahoo, Photobucket, …
Running Spark in GitHub Actions
This post provides a quick and easy guide on how to run Apache Spark in GitHub Actions for testing purposes