Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bytefury/crater
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpanjwani committed Nov 30, 2021
2 parents e229979 + f434c3e commit d332712
Show file tree
Hide file tree
Showing 7 changed files with 924 additions and 912 deletions.
1 change: 1 addition & 0 deletions config/crater.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
["code" => "ja", "name" => "Japanese"],
["code" => "it", "name" => "Italian"],
["code" => "lv", "name" => "Latvian"],
["code" => "pl", "name" => "Polish"],
["code" => "pt_BR", "name" => "Portuguese (Brazilian)"],
["code" => "sr", "name" => "Serbian Latin"],
["code" => "ko", "name" => "Korean"],
Expand Down
4 changes: 2 additions & 2 deletions config/dompdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
*
* @link http://www.pdflib.com
*
* If pdflib present in web server and auto or selected explicitely above,
* If pdflib present in web server and auto or selected explicitly above,
* a real license code must exist!
*/
//"DOMPDF_PDFLIB_LICENSE" => "your license key here",
Expand Down Expand Up @@ -155,7 +155,7 @@
* Image DPI setting
*
* This setting determines the default DPI setting for images and fonts. The
* DPI may be overridden for inline images by explictly setting the
* DPI may be overridden for inline images by explicitly setting the
* image's width & height style attributes (i.e. if the image's native
* width is 600 pixels and you specify the image's width as 72 points,
* the image will have a DPI of 600 in the rendered PDF. The DPI of
Expand Down
2 changes: 1 addition & 1 deletion config/installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
|--------------------------------------------------------------------------
|
| This is the default Laravel folders permissions, if your application
| requires more permissions just add them to the array list bellow.
| requires more permissions just add them to the array list below.
|
*/
'permissions' => [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ export default {
},
methods: {
/**
* Returns the internalValue in a way it can be emited to the parent
* Returns the internalValue in a way it can be emitted to the parent
* @returns {Object||Array||String||Integer}
*/
getValue() {
Expand Down
2 changes: 2 additions & 0 deletions resources/assets/js/plugins/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import es from './es.json'
import ar from './ar.json'
import de from './de.json'
import ja from './ja.json'
import pl from './pl.json'
import pt_BR from './pt-br.json'
import pt from './pt.json'
import it from './it.json'
Expand All @@ -29,6 +30,7 @@ const i18n = new VueI18n({
ar,
de,
ja,
pl,
pt_BR,
pt,
it,
Expand Down
Loading

0 comments on commit d332712

Please sign in to comment.