Difference between revisions of "Create new language files"

From BubbaWiki
Jump to navigation Jump to search
Line 23: Line 23:
long_name="Danish"
long_name="Danish"
status='user'</pre>  
status='user'</pre>  
5. Now translate the content in the files listed above. Verify the result in B3s user interface.<br>
5. Now translate the content in the files listed above. Verify the result in B3s user interface.<br>
 
When you are satisfied with the result we would be very happy if you would share it with us. Please start a thread in our forum in the category Development. Name the thread "Language files - Danish" for example.<br>
 
 
 
<br>

Revision as of 13:41, 15 November 2010

You want to contribute and add your own language files to B3? Perfect!

Here are the English files that are relevant:

  • album/en/messages.js
  • album/en/messages.php
  • frontend/en/bubba_lang.php
  • frontend/en/help_lang.php
  • frontend/en/messages.js


If you for example whish to create a Danish version of the B3 user interface, do like this:

1. Create a new folder called dk under album/

2. Create a new folder called dk under frontend/

3. Copy all the files from respectively catalog to the newly created folders (album/en/* to album/dk/ and frontend/en/* to frontend/dk/)

4. Edit the file frontend/dk/description.ini:

short_name="dk"
long_name="Danish"
status='user'

5. Now translate the content in the files listed above. Verify the result in B3s user interface.

When you are satisfied with the result we would be very happy if you would share it with us. Please start a thread in our forum in the category Development. Name the thread "Language files - Danish" for example.